SRSReportRun::convertFromUTCToUserTime Method [AX 2012]

Converts the specified string from UTC to user time zone.

Syntax

client server public static utcdatetime convertFromUTCToUserTime(str dateTime)

Run On

Called

Parameters

  • dateTime
    Type: str
    The date time in UTC.

Return Value

Type: utcdatetime
The date time in user time zone.

See Also

Reference

SRSReportRun Class