| Method | Description |
|---|---|
| CDate() | Constructor |
| ~CDate() | Destructor |
| Day() | Reads the day from the object |
| Month() | Reads the month from the object |
| Year() | Reads the year from the object |
| Day(int32) | Sets the day of the object |
| Month(int32) | Sets the month of the object |
| Year(int32) | Sets the year of the object |
| DayNumber() | Get the number of days since 1.January |
| Weekday() | Get the number of the weekday |
| PrevWeekday() | Ask for the next Tuesday |
| NextWeekday() | Ask for the previous Wednesday |
| Since1600() | Get the number of days since 1.1.1600 |
| Easter() | Calculate the date of the Eastersunday |
| IsValid() | Test if a date is valid |
| PrevValidDate() | Correct the date to previous valid date |
| NextValidDate() | Correct the date to next valid date |
| Overloaded Operators | =, +=, +, -=, -, ==, !=, >, >=, <, <=, ! |
The Cronology Library, in lovely HTML, for BeOS Release 4.
Copyright © 1999 Michael Praschl. All rights reserved.
Last modified: 18. Feb 1999