All Bundles

Date

ODBC date

Operations

New

Default constructor

New()

Copy constructor for System.Time.Date

New(date:System.Time.Date)
Parameters
NameTypeDescription
dateDateSystem.Time.Date

GetDay

Gets the day

method : public : GetDay() ~ Int
Return
TypeDescription
Intday

GetMonth

Gets the month

method : public : GetMonth() ~ Int
Return
TypeDescription
Intmonth

GetYear

Gets the year

method : public : GetYear() ~ Int
Return
TypeDescription
Intyear

SetDay

Sets the day

method : public : SetDay(day:Int) ~ Nil
Parameters
NameTypeDescription
dayIntvalue

SetMonth

Sets the month

method : public : SetMonth(month:Int) ~ Nil
Parameters
NameTypeDescription
monthIntvalue

SetYear

Sets the year

method : public : SetYear(year:Int) ~ Nil
Parameters
NameTypeDescription
yearIntvalue

ToDate

Converts a ODBC date into a system date

method : public : ToDate() ~ System.Time.Date
Return
TypeDescription
Datesystem date

ToString

Creates a string representation of the date

method : public : ToString() ~ String
Return
TypeDescription
Stringstring representation of the date