DateTimeUtil::newDateTime Method [AX 2012]
Creates a new utcdatetime value by using the specified date and timeOfDay values.
client server public static utcdatetime newDateTime(
date date,
TimeOfDay time,
[Timezone tzOffsetToRemove])
Run On
CalledParameters
- 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.
Show: