STK ObjectsSend comments on this topic.
StartTime Property (IAgAccessTimePeriod)
See Also
Windows





Windows & Linux

Description

Gets a start time. Uses DateFormat Dimension.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property StartTime() As IAgTimePeriodValue
[C#]
public IAgTimePeriodValue StartTime {get;}
[Managed C++]
public: __property IAgTimePeriodValue ^ get_StartTime();
[Unmanaged C++]
public: HRESULT get_StartTime(
    IAgTimePeriodValue ** ppRetVal
);
[Java]
public IAgTimePeriodValue getStartTime();
[Python - STK API ]
@property
def StartTime(self) -> "IAgTimePeriodValue":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.