This document is archived and information here might be outdated. Recommended version. |
Indicates whether the date-time value used in time-aware solvers is UTC or local time.
[Visual Basic .NET]
Public Property TimeOfDayIsUTC As Boolean
[C#]
public bool TimeOfDayIsUTC {get; set;}
[C++]
HRESULT get_TimeOfDayIsUTC(
Boolean* TimeOfDayIsUTC
);
[C++]
HRESULT put_TimeOfDayIsUTC(
VARIANT_BOOL TimeOfDayIsUTC
);
[C++] Parameters TimeOfDayIsUTC [out, retval]
TimeOfDayIsUTC is a parameter of type bool* TimeOfDayIsUTC [in]
TimeOfDayIsUTC is a parameter of type bool