SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.CMS.DateTimeFormat Class Reference

A date/time format used in locales. More...

+ Inheritance diagram for erminas.SmartAPI.CMS.DateTimeFormat:
+ Collaboration diagram for erminas.SmartAPI.CMS.DateTimeFormat:

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
 

Detailed Description

A date/time format used in locales.

Definition at line 48 of file DateTimeFormat.cs.

Member Data Documentation

readonly IDateTimeFormat erminas.SmartAPI.CMS.DateTimeFormat.USER_DEFINED_DATE_FORMAT = new DateTimeFormat(DateTimeFormatTypes.Date)
static

Definition at line 50 of file DateTimeFormat.cs.

readonly IDateTimeFormat erminas.SmartAPI.CMS.DateTimeFormat.USER_DEFINED_DATE_TIME_FORMAT
static
Initial value:
=
new DateTimeFormat(DateTimeFormatTypes.DateTime)

Definition at line 53 of file DateTimeFormat.cs.

readonly IDateTimeFormat erminas.SmartAPI.CMS.DateTimeFormat.USER_DEFINED_TIME_FORMAT = new DateTimeFormat(DateTimeFormatTypes.Time)
static

Definition at line 51 of file DateTimeFormat.cs.

Property Documentation

string erminas.SmartAPI.CMS.DateTimeFormat.Example
getset

Example of the format

Definition at line 77 of file DateTimeFormat.cs.

bool erminas.SmartAPI.CMS.DateTimeFormat.IsDateFormat
get

Definition at line 80 of file DateTimeFormat.cs.

bool erminas.SmartAPI.CMS.DateTimeFormat.IsDateTimeFormat
get

Definition at line 85 of file DateTimeFormat.cs.

bool erminas.SmartAPI.CMS.DateTimeFormat.IsTimeFormat
get

Definition at line 90 of file DateTimeFormat.cs.

bool erminas.SmartAPI.CMS.DateTimeFormat.IsUserDefined
get

Definition at line 99 of file DateTimeFormat.cs.

string erminas.SmartAPI.CMS.DateTimeFormat.Name
getset

Name of the format

Definition at line 110 of file DateTimeFormat.cs.

int erminas.SmartAPI.CMS.DateTimeFormat.TypeId
getset

Format types id in RedDot

Definition at line 115 of file DateTimeFormat.cs.


The documentation for this class was generated from the following file: