Methods of Class DDateTime


+ (int) daysInMonth :(int) year :(int) month - [DDateTime]
+ (BOOL) isDateValid :(int) year :(int) month :(int) day - [DDateTime]
+ (BOOL) isLeapYear :(int) year - [DDateTime]
+ (BOOL) isTimeValid :(int) hours :(int) minutes :(int) seconds :(int) millis - [DDateTime]
+ (BOOL) isValid :(int) year :(int) month :(int) day :(int) hours :(int) minutes :(int) seconds :(int) millis - [DDateTime]
- (BOOL) UTCTime - [DDateTime]
- (int) compare :(DDateTime *) other - [DDateTime]
- (int) date :(char **) cstr - [DDateTime]
- (BOOL) date :(int) year :(int) month :(int) day - [DDateTime]
- (int) day - [DDateTime]
- (DText *) format :(const char *) format - [DDateTime]
- (BOOL) fromASC :(char **) cstr - [DDateTime]
- (BOOL) fromRFC1123 :(char **) cstr - [DDateTime]
- (BOOL) fromRFC822 :(char **) cstr - [DDateTime]
- (BOOL) fromRFC850 :(char **) cstr - [DDateTime]
- (int) fromString :(char **) cstr - [DDateTime]
- (int) hours - [DDateTime]
- (DDateTime *) init - [DDateTime]
- (DDateTime *) init :(int) year :(int) month :(int) day :(int) hours :(int) minutes :(int) seconds - [DDateTime]
- (BOOL) localTime - [DDateTime]
- (int) millis - [DDateTime]
- (int) minutes - [DDateTime]
- (int) month - [DDateTime]
- (BOOL) norm - [DDateTime]
- (BOOL) parse :(char **) cstr :(const char *) format - [DDateTime]
- (int) seconds - [DDateTime]
- (BOOL) set :(int) year :(int) month :(int) day :(int) hours :(int) minutes :(int) seconds - [DDateTime]
- (BOOL) set :(int) year :(int) month :(int) day :(int) hours :(int) minutes :(int) seconds :(int) millis - [DDateTime]
- (int) time :(char **) cstr - [DDateTime]
- (BOOL) time :(int) hours :(int) minutes :(int) seconds - [DDateTime]
- (BOOL) time :(int) hours :(int) minutes :(int) seconds :(int) millis - [DDateTime]
- (DText *) toASC - [DDateTime]
- (DText *) toISO8601 - [DDateTime]
- (DText *) toRFC1123 - [DDateTime]
- (DText *) toRFC822 - [DDateTime]
- (DText *) toRFC850 - [DDateTime]
- (DText *) toText - [DDateTime]
- (int) weekday - [DDateTime]
- (int) year - [DDateTime]

generated 05-Nov-2007 by ObjcDoc 3.0.0