This document is archived and information here might be outdated.  Recommended version.


INATimeAwareSolverSettings3.InputDateTimeFieldsAreUTC Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INATimeAwareSolverSettings3.InputDateTimeFieldsAreUTC Property

Indicates whether the date-time input fields used in time-aware solvers are in UTC or in local time.

[Visual Basic .NET]
Public Property InputDateTimeFieldsAreUTC As Boolean
[C#]
public bool InputDateTimeFieldsAreUTC {get; set;}
[C++]
HRESULT get_InputDateTimeFieldsAreUTC(
  VARIANT_BOOL* InputDateTimeFieldsAreUTC
);
[C++]
HRESULT put_InputDateTimeFieldsAreUTC(
  VARIANT_BOOL InputDateTimeFieldsAreUTC
);
[C++]

Parameters InputDateTimeFieldsAreUTC [out, retval] InputDateTimeFieldsAreUTC is a parameter of type VARIANT_BOOL InputDateTimeFieldsAreUTC [in] InputDateTimeFieldsAreUTC is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INATimeAwareSolverSettings3 Interface