| Visual Basic (Declaration) | |
|---|---|
Public Enum TimeMode Inherits System.Enum | |
| C# | |
|---|---|
public enum TimeMode : System.Enum | |
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.Toolkit.TimeMode
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7