SRSReportRun::convertFromUserTimeToUTC Method [AX 2012]

Converts the given string from user time zone to UTC time zone.

Syntax

client server public static utcdatetime convertFromUserTimeToUTC(str dateTime)

Run On

Called

Parameters

  • dateTime
    Type: str
    The date time in user time zone.

Return Value

Type: utcdatetime
The date time in UTC.

See Also

Reference

SRSReportRun Class