public enum DateTimeMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum DateTimeMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum DateTimeMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum DateTimeMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
DateOnly | Display as a date only control. Use this format with a field of type ArcGIS.Core.Data.FieldType.DateOnly. |
DateTime | Display as a date time control. Use this format with a field of type ArcGIS.Core.Data.FieldType.Date. |
DateTimeMS | Display as a date time control with milliseconds. Use this format with a field of type ArcGIS.Core.Data.FieldType.Date and ArcGIS.Core.Data.Field.Precision = 1 (high precision). |
DateTimeOffset | Display as a date time with offset. Use this format with a field of type ArcGIS.Core.Data.FieldType.TimestampOffset. |
TimeOnly | Display as a time only control. Use this format with a field of type ArcGIS.Core.Data.FieldType.TimeOnly. |
System.Object
System.ValueType
System.Enum
ArcGIS.Desktop.Framework.Controls.DateTimeMode
Target Platforms: Windows 11, Windows 10