Reference epoch expressed using the date format abbreviation specified.
[Visual Basic .NET] |
---|
Public Function RefEpochString( _ ByVal DateAbbrv As String _ ) As String |
[C#] |
---|
public string RefEpochString( string DateAbbrv ); |
[Managed C++] |
---|
public: String __gc ^ RefEpochString( String __gc ^ DateAbbrv ); |
[Unmanaged C++] |
---|
public: HRESULT RefEpochString( BSTR DateAbbrv, BSTR * pRefEpochString ); |
[Java] |
---|
public String refEpochString( String DateAbbrv ); |
- DateAbbrv