Object
Date
Date | The constructor will always construct a date instance with the current date and time. |
GetDay | Returns the Day field from the Date object. |
GetDayOfWeek | Returns the day of week. |
GetDayOfYear | Returns the number days from beginning of the year. |
GetHour | Returns the Hour field from the Date object. |
GetMinute | Returns the Minute field from the Date object. |
GetMonth | Returns the Month field from the Date object. |
GetSecond | Returns the Second field from the Date object. |
GetWeekOfYear | Returns the number of weeks of the year that the date falls in. |
GetYear | Returns the Year field from the Date object. |
Release (Inherited) | Decreases reference count by one and deletes the object if the reference count reached zero. |
Retain (Inherited) | Increases the reference count by one. |
SetDay | Sets the Day field in the Date object. |
SetHour | Sets the Hour field in the Date object. |
SetMinute | Sets the Minute field in the Date object. |
SetMonth | Sets the Month field in the Date object. |
SetSecond | Sets the Second field in the Date object. |
SetYear | Sets the Year field in the Date object. |