Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a utcdatetime value that is offset from the specified utcdatetime value by the amount that is indicated by the specified Timezone enumeration value.
Syntax
client server public static utcdatetime applyTimeZoneOffset(utcdatetime t, Timezone tz)
Run On
Called
Parameters
- t
Type: utcdatetime
The original utcdatetime value.
- tz
Type: Timezone Enumeration
A Timezone enumeration value that indicates the new offset to use.
Return Value
Type: utcdatetime
A new utcdatetime value.