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