ArcGIS Runtime SDK for WPF - Library Reference
TimeMode Enumeration
See Also 
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
CumulativeFromStartCumulativeFromStart mode represents a fixed start date that does not change and a end date that can change.
TimeExtentTimeExtent mode represents a start date that can change and a end date that can also change.
TimeInstantTimeInstant 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, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.