ArcGIS Pro 2.6 API Reference Guide
TimeUnit Enumeration

ArcGIS.Desktop.Mapping Namespace : TimeUnit Enumeration
Specifies the unit of time.
Syntax
Members
MemberDescription
Centuries Represents a unit of time equal to 100 years.
Days Represents a unit of time equal to 24 hours.
Decades Represents a unit of time equal to 10 years.
Hours Represents a unit of time equal to 60 minutes or 3600 seconds.
Milliseconds Represents a unit of time equal to one thousandth of a second.
Minutes Represents a unit of time equal to 60 seconds.
Months Represents a unit of time that varies between 28 and 31 days. A year is divided into 12 months.
Seconds Represents the base unit of time in the International System of Units.
Weeks Represents a unit of time equal to 7 days.
Years Represents a unit of time equal to 365 days in a regular year and 366 days in a leap year.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Mapping.TimeUnit

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Mapping Namespace