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