DateTimeUtil::removeTimeZoneOffset Method

Removes the offset that is indicated by a Timezone enumeration value from the specified utcdatetime value.

Syntax

client server public static utcdatetime removeTimeZoneOffset(utcdatetime t, Timezone tz)

Run On

Called

Parameters

  • t
    Type: utcdatetime
    A utcdatetime value from which to remove the time zone offset.

Return Value

Type: utcdatetime
A utcdatetime value without a time zone offset.

See Also

Reference

DateTimeUtil Class