Allows configuring the time period.
Read-only property
[Visual Basic .NET] |
---|
Public Property TimePeriod() As IAgCrdnEventIntervalSmartInterval |
[C#] |
---|
public IAgCrdnEventIntervalSmartInterval TimePeriod {get;} |
[Managed C++] |
---|
public: __property IAgCrdnEventIntervalSmartInterval ^ get_TimePeriod(); |
[Unmanaged C++] |
---|
public: HRESULT get_TimePeriod( IAgCrdnEventIntervalSmartInterval ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEventIntervalSmartInterval getTimePeriod(); |
[Python - STK API ] |
---|
@property def TimePeriod(self) -> "IAgCrdnEventIntervalSmartInterval": |