v2025.6.2
All Bundles

Date

ODBC date

Operations

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

New

Default constructor

New()

New

Copy constructor for System.Time.Date

New(date:System.Time.Date)

Parameters

NameTypeDescription
dateSystem.Time.DateSystem.Time.Date

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
System.Time.Datesystem date

ToString

Creates a string representation of the date

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation of the date