RetailTransactionService::utcDateTimeToDateTimeStringWithOffset Method [AX 2012]
Convert a utc datetime value to a standard datetime string format plus offset based on timezone setting of the UTC.
client server public static str utcDateTimeToDateTimeStringWithOffset(utcdatetime theDateTime)
Run On
CalledParameters
- theDateTime
- Type: utcdatetime
UtcDateTime to convert to string with offset.
Show: