COMVariant::createFromDateAndTime Method [AX 2012]
Creates a new COMVariant object and initializes it with a date and time in one operation.
client server public static COMVariant createFromDateAndTime(
date date,
int time,
[COMVariantInOut inOutFlag])
Run On
CalledParameters
- date
- Type: date
The date value that is used to initialize the object.
- time
- Type: int
The time value, expressed as the number of seconds since midnight, that is used to initialize the object.
- inOutFlag
- Type: COMVariantInOut Enumeration
A flag that determines whether the object can be used to pass data to a COM method or COM property, to receive data, or both. This parameter is optional.
Possible values are:
Show: