Date
ODBC date
Operations
New
Copy constructor for System.Time.Date
New(date:System.Time.Date)
Parameters
Name | Type | Description |
---|---|---|
date | System.Time.Date | System.Time.Date |
SetMonth
Sets the month
method : public : SetMonth(month:Int) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
month | Int | value |
SetYear
Sets the year
method : public : SetYear(year:Int) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
year | Int | value |
ToDate
Converts a ODBC date into a system date
method : public : ToDate() ~ System.Time.Date
Return
Type | Description |
---|---|
System.Time.Date | system date |
ToString
Creates a string representation of the date
method : public : ToString() ~ String
Return
Type | Description |
---|---|
String | string representation of the date |