wxDateTime Class Reference

Inheritance diagram for wxDateTime:

wxObject IDisposable

List of all members.

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 ()


Detailed Description

wxDateTime class represents an absolute moment in time.

Constructor & Destructor Documentation

static this (  )  [static]

this ( IntPtr  wxobj  ) 

Reimplemented from wxObject.

this (  ) 


Member Function Documentation

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]


Member Data Documentation

wxDateTime wxDefaultDateTime [static]


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:30 2009 for wxD by  doxygen 1.5.4