ArcGIS Runtime SDK for WPF - Library Reference
TimeOfDayUsage Enumeration
See Also 
ESRI.ArcGIS.Client.Tasks Namespace : TimeOfDayUsage Enumeration

Enumeration used in RouteClosestFacilityParameters to determine if routes should be calculated based on the time a route starts or based on the time the route should end.

Syntax

Visual Basic (Declaration) 
Public Enum TimeOfDayUsage 
   Inherits System.Enum
C# 
public enum TimeOfDayUsage : System.Enum 

Members

MemberDescription
UseAsEndTimeIndicates that time should be used as the end of route.
UseAsStartTimeIndicates that time should be used as the start of route.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Tasks.TimeOfDayUsage

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.