'Declaration Public Shared Function FormatUTC( _ ByVal dateTime As System.Date, _ ByVal forceTimeZoneOffset As System.Boolean _ ) As System.String
public static System.string FormatUTC( System.DateTime dateTime, System.bool forceTimeZoneOffset )
Parameters
- dateTime
- A DateTime value to format.
- forceTimeZoneOffset
- Indicates whether to force add time zone offset for a value even if it is 00:00. It is required in case of PDF/A.
Return Value
Formatted string.