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