ArcGIS API for WPF - Library Reference
TimeMode Enumeration
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace : TimeMode Enumeration

TimeMode represents the way dates are measured over time for the TimeSlider control.

Syntax

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

Members

MemberDescription
CumulativeFromStart CumulativeFromStart mode represents a fixed start date that does not change and a end date that can change.
TimeExtent TimeExtent mode represents a start date that can change and a end date that can also change.
TimeInstant TimeInstant mode represents a start date and end date that are always the same date.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Toolkit.TimeMode

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.