SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
A date/time format used in locales. More...
Static Public Attributes | |
static readonly IDateTimeFormat | USER_DEFINED_DATE_FORMAT = new DateTimeFormat(DateTimeFormatTypes.Date) |
static readonly IDateTimeFormat | USER_DEFINED_DATE_TIME_FORMAT |
static readonly IDateTimeFormat | USER_DEFINED_TIME_FORMAT = new DateTimeFormat(DateTimeFormatTypes.Time) |
Properties | |
string | Example [get, set] |
Example of the format | |
bool | IsDateFormat [get] |
bool | IsDateTimeFormat [get] |
bool | IsTimeFormat [get] |
bool | IsUserDefined [get] |
string | Name [get, set] |
Name of the format | |
int | TypeId [get, set] |
Format types id in RedDot | |
Properties inherited from erminas.SmartAPI.CMS.IDateTimeFormat | |
string | Example [get] |
Example of the format | |
bool | IsDateFormat [get] |
bool | IsDateTimeFormat [get] |
bool | IsTimeFormat [get] |
bool | IsUserDefined [get] |
string | Name [get] |
Name of the format | |
int | TypeId [get] |
Format types id in RedDot | |
A date/time format used in locales.
Definition at line 48 of file DateTimeFormat.cs.
|
static |
Definition at line 50 of file DateTimeFormat.cs.
|
static |
Definition at line 53 of file DateTimeFormat.cs.
|
static |
Definition at line 51 of file DateTimeFormat.cs.
|
getset |
Example of the format
Definition at line 77 of file DateTimeFormat.cs.
|
get |
Definition at line 80 of file DateTimeFormat.cs.
|
get |
Definition at line 85 of file DateTimeFormat.cs.
|
get |
Definition at line 90 of file DateTimeFormat.cs.
|
get |
Definition at line 99 of file DateTimeFormat.cs.
|
getset |
Name of the format
Definition at line 110 of file DateTimeFormat.cs.
|
getset |
Format types id in RedDot
Definition at line 115 of file DateTimeFormat.cs.