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


INATimeAwareSolverSettings3.InputDateTimeFieldsAreUTC Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATimeAwareSolverSettings3 Interface > INATimeAwareSolverSettings3.InputDateTimeFieldsAreUTC Property
ArcGIS Developer Help

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(
  Boolean* InputDateTimeFieldsAreUTC
);
[C++]
HRESULT put_InputDateTimeFieldsAreUTC(
  VARIANT_BOOL InputDateTimeFieldsAreUTC
);
[C++]
Parameters
InputDateTimeFieldsAreUTC [out, retval]

InputDateTimeFieldsAreUTC is a parameter of type bool* InputDateTimeFieldsAreUTC [in]
InputDateTimeFieldsAreUTC is a parameter of type bool

Product Availability

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

See Also

INATimeAwareSolverSettings3 Interface