Enum CustomDateTimeFormat
An enumeration of the custom date time formats that can be used as a Format in the controls dynamically created in the client ui
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: ClientCore.dll
Syntax
public enum CustomDateTimeFormat : short
Fields
Name | Description |
---|---|
Long | A long date/time format |
LongDateOnly | A long date only format |
LongTimeOnly | A long time only format |
Short | A short date/time format |
ShortDateOnly | A short date only format |
ShortTimeOnly | A short time only format |