Visual Basic (Declaration) | |
---|---|
Public Enum TimeOffsetUnits Inherits System.Enum |
C# | |
---|---|
public enum TimeOffsetUnits : System.Enum |
Member | Description |
---|---|
Centuries | Indicates time should be offset by centuries. |
Days | Indicates time should be offset by days. |
Decades | Indicates time should be offset by decades. |
Hours | Indicates time should be offset by hours. |
Milliseconds | Indicates time should be offset by milliseconds. |
Minutes | Indicates time should be offset by minutes. |
Months | Indicates time should be offset by months. |
Seconds | Indicates time should be offset by seconds. |
Unknown | Indicates time offset is unkown. |
Weeks | Indicates time should be offset by weeks. |
Years | Indicates time should be offset by years. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.Tasks.TimeOffsetUnits
Target Platforms: Windows Vista, Windows 7