Gets time component at given position.
[Visual Basic .NET] |
---|
Public Function GetTimeComponent( _ ByVal Pos As Integer _ ) As String |
[C#] |
---|
public string GetTimeComponent( int Pos ); |
[Managed C++] |
---|
public: String __gc ^ GetTimeComponent( int Pos ); |
[Java] |
---|
public String getTimeComponent( Integer Pos ); |
[Python - STK API ] |
---|
def GetTimeComponent(self, Pos:int) -> str: |
- Pos