Returns a time component used to configure the display times or null if component has not been configured yet.
[Visual Basic .NET] |
---|
Public Function GetTimeComponent() As IAgCrdn |
[C#] |
---|
public IAgCrdn GetTimeComponent(); |
[Managed C++] |
---|
public: IAgCrdn ^ GetTimeComponent(); |
[Java] |
---|
public IAgCrdn getTimeComponent(); |
[Python - STK API ] |
---|
def GetTimeComponent(self) -> "IAgCrdn": |