Enum DateTimeFormat
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLNetTypes.dll
Specifies the time format.
public enum DateTimeFormat
Fields
Custom = 10
Custom.
FullDateTime = 0
Full date time.
LongDate = 1
Long date.
LongTime = 2
Long time.
MonthDay = 7
Month day.
RFC1123 = 9
RFC 1123.
ShortDate = 3
Short date.
ShortTime = 4
Short time.
SortableDateTime = 5
Sortable date time.
UniversalSortableDateTime = 6
Universal sortable date time.
YearMonth = 8
Year month.