'Declaration
<NotNullAttribute()> Public Shared Function FormatTimestamp( _ ByVal dateTime As Date _ ) As String
'Usage
Dim dateTime As Date Dim value As String value = UAPubSubUtilities.FormatTimestamp(dateTime)
Parameters
- dateTime
- The timestamp to be formatted.
Return Value
Returns the formatted timestamp.
This method never returns null
(Nothing
in Visual Basic).