ArcGIS API for Silverlight - Library Reference
TimeOfDayUsage Enumeration
See Also  Send comments on this topic
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
UseAsEndTime Indicates that time should be used as the end of route.
UseAsStartTime Indicates 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

See Also

© ESRI, Inc. All Rights Reserved.