ArcGIS API for Windows Phone - Library Reference
TimeOffsetUnits Enumeration
See Also  Send comments on this topic
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
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.

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows Vista, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.