wx.wxDateTime Class Reference

Inheritance diagram for wx.wxDateTime:

wx.Object

List of all members.

Public Member Functions

void Set (ushort day, int month, int year, ushort hour, ushort minute, ushort second, ushort millisec)
override string ToString ()
 wxDateTime ()
 wxDateTime (IntPtr wxObject)

Static Public Member Functions

static DayOfWeek FromWxWeekDay (int wxWeekDay)
static implicit operator DateTime (wxDateTime wdt)
static implicit operator wxDateTime (DateTime dt)

Protected Member Functions

override void CallDTor ()

Properties

ushort Day [get]
ushort Hour [get]
ushort Millisecond [get]
ushort Minute [get]
int Month [get]
ushort Second [get]
ushort Year [get]


Detailed Description

A wrapper to the wxWidgets representation of points in time.

Constructor & Destructor Documentation

wx.wxDateTime.wxDateTime ( IntPtr  wxObject  ) 

wx.wxDateTime.wxDateTime (  ) 


Member Function Documentation

override void wx.wxDateTime.CallDTor (  )  [protected, virtual]

This will be called by Dispose() to delete the C++ object. Overload this if you have to use another DTor.

Reimplemented from wx.Object.

static DayOfWeek wx.wxDateTime.FromWxWeekDay ( int  wxWeekDay  )  [static]

Converts the int into a DayOfWeek assuming the argumetn to be an index in wxWidgets enumeration WeekDay. This will throw an System.ArgumentOutOfRangeException on negative arguments.

static implicit wx.wxDateTime.operator DateTime ( wxDateTime  wdt  )  [static]

static implicit wx.wxDateTime.operator wxDateTime ( DateTime  dt  )  [static]

void wx.wxDateTime.Set ( ushort  day,
int  month,
int  year,
ushort  hour,
ushort  minute,
ushort  second,
ushort  millisec 
)

override string wx.wxDateTime.ToString (  ) 

Comprehensable output.


Property Documentation

ushort wx.wxDateTime.Day [get]

ushort wx.wxDateTime.Hour [get]

ushort wx.wxDateTime.Millisecond [get]

ushort wx.wxDateTime.Minute [get]

int wx.wxDateTime.Month [get]

ushort wx.wxDateTime.Second [get]

ushort wx.wxDateTime.Year [get]


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads