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.
Creates a new utcdatetime value by using the specified date and timeOfDay values.
Syntax
client server public static utcdatetime newDateTime(
    date date, 
    TimeOfDay time, 
   [Timezone tzOffsetToRemove])
Run On
Called
Parameters
- date
 Type: date
 The date to use for the new utcdatetime value.
- time
 Type: timeOfDay
 The time to use for the new utcdatetime value.
- tzOffsetToRemove
 Type: Timezone Enumeration
 The time zone in which to create the new utcdatetime value; optional.
Return Value
Type: utcdatetime
A new utcdatetime value.
Remarks
If no value is specified for the tzOffsetToRemove parameter, the utcdatetime value will be created in the UTC time zone.