Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
void | Set (ushort day, int month, int year, ushort hour, ushort minute, ushort second, ushort millisec) |
ushort | Year () |
int | Month () |
ushort | Day () |
ushort | Hour () |
ushort | Minute () |
ushort | Second () |
ushort | Millisecond () |
Static Public Member Functions | |
static | this () |
static wxDateTime | Now () |
static implicit | operator DateTime (wxDateTime wdt) |
static implicit | operator wxDateTime (DateTime dt) |
Static Public Attributes | |
static wxDateTime | wxDefaultDateTime |
Protected Member Functions | |
override void | dtor () |
static this | ( | ) | [static] |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
override void dtor | ( | ) | [protected] |
Reimplemented from wxObject.
void Set | ( | ushort | day, | |
int | month, | |||
int | year, | |||
ushort | hour, | |||
ushort | minute, | |||
ushort | second, | |||
ushort | millisec | |||
) |
ushort Year | ( | ) |
int Month | ( | ) |
ushort Day | ( | ) |
ushort Hour | ( | ) |
ushort Minute | ( | ) |
ushort Second | ( | ) |
ushort Millisecond | ( | ) |
static wxDateTime Now | ( | ) | [static] |
static implicit operator DateTime | ( | wxDateTime | wdt | ) | [static] |
static implicit operator wxDateTime | ( | DateTime | dt | ) | [static] |
wxDateTime wxDefaultDateTime [static] |