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