'Declaration<NotNullAttribute()> Public Shared Function FormatTimestamp( _ ByVal dateTime As Date _ ) As String
'UsageDim 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).