Returns the value of the date given the unit.
[Visual Basic .NET] |
---|
Public Function Format( _ ByVal Unit As String _ ) As String |
[C#] |
---|
public string Format( string Unit ); |
[Managed C++] |
---|
public: String __gc ^ Format( String __gc ^ Unit ); |
[Java] |
---|
public String format( String Unit ); |
[Python - STK API ] |
---|
def Format(self, Unit:str) -> str: |
- Unit