ArcGIS Runtime SDK for WPF - Library Reference
TimeOffsetUnits Enumeration
See Also 
ESRI.ArcGIS.Client.Tasks Namespace : TimeOffsetUnits Enumeration

The TimeOffsetUnits class is an enumeration used to indicate a unit of measurement for a time offset.

Syntax

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

Members

MemberDescription
CenturiesIndicates time should be offset by centuries.
DaysIndicates time should be offset by days.
DecadesIndicates time should be offset by decades.
HoursIndicates time should be offset by hours.
MillisecondsIndicates time should be offset by milliseconds.
MinutesIndicates time should be offset by minutes.
MonthsIndicates time should be offset by months.
SecondsIndicates time should be offset by seconds.
UnknownIndicates time offset is unkown.
WeeksIndicates time should be offset by weeks.
YearsIndicates time should be offset by years.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Tasks.TimeOffsetUnits

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.