NSCalendarDate (misc)
Declared In: NSCalendarDate+misc.h
Methods: - weekOfMonth , - weekOfYear , - numberOfWeeksInYear , + mondaysOfYear:timeZone: , - mondaysOfYear , - firstMondayAndLastWeekInYear: , + mondayOfWeek:inYear:timeZone: , - mondayOfWeek: , - firstDayOfMonth , - lastDayOfMonth , - mondayOfWeek , - beginOfDay , - endOfDay , - numberOfDaysInMonth , - isDateOnSameDay: , - isDateInSameWeek: , - isToday , - yesterday , - tomorrow , - isForenoon , - isAfternoon , - nextYear , - lastYear , - hour:minute:second: , - hour:minute: , - y2kDate , - dateByAddingYears:months:days: , - easterOfYear


Category Description
No category description.


Method Types
- weekOfMonth
- weekOfYear
- numberOfWeeksInYear
+ mondaysOfYear:timeZone:
- mondaysOfYear
- firstMondayAndLastWeekInYear:
+ mondayOfWeek:inYear:timeZone:
- mondayOfWeek:
- firstDayOfMonth
- lastDayOfMonth
- mondayOfWeek
- beginOfDay
- endOfDay
- numberOfDaysInMonth
- isDateOnSameDay:
- isDateInSameWeek:
- isToday
- yesterday
- tomorrow
- isForenoon
- isAfternoon
- nextYear
- lastYear
- hour:minute:second:
- hour:minute:
- y2kDate
- dateByAddingYears:months:days:
- easterOfYear


Class Methods
mondayOfWeek:inYear:timeZone:
+ (NSCalendarDate *)mondayOfWeek:(int)_weekNumber inYear:(int)_year timeZone:(NSTimeZone *)_tz
No method description.

mondaysOfYear:timeZone:
+ (NSArray *)mondaysOfYear:(int)_year timeZone:(NSTimeZone *)_tz
No method description.


Instance Methods
beginOfDay
- (NSCalendarDate *)beginOfDay
No method description.

dateByAddingYears:months:days:
- (NSCalendarDate *)dateByAddingYears:(int)_years months:(int)_months days:(int)_days
No method description.

easterOfYear
- (NSCalendarDate *)easterOfYear
No method description.

endOfDay
- (NSCalendarDate *)endOfDay
No method description.

firstDayOfMonth
- (NSCalendarDate *)firstDayOfMonth
No method description.

firstMondayAndLastWeekInYear:
- (NSCalendarDate *)firstMondayAndLastWeekInYear:(short *)_lastWeek
No method description.

hour:minute:
- (NSCalendarDate *)hour:(int)_hour minute:(int)_minute
No method description.

hour:minute:second:
- (NSCalendarDate *)hour:(int)_hour minute:(int)_minute second:(int)_second
No method description.

isAfternoon
- (BOOL)isAfternoon
No method description.

isDateInSameWeek:
- (BOOL)isDateInSameWeek:(NSCalendarDate *)_date
No method description.

isDateOnSameDay:
- (BOOL)isDateOnSameDay:(NSCalendarDate *)_date
No method description.

isForenoon
- (BOOL)isForenoon
No method description.

isToday
- (BOOL)isToday
No method description.

lastDayOfMonth
- (NSCalendarDate *)lastDayOfMonth
No method description.

lastYear
- (NSCalendarDate *)lastYear
No method description.

mondayOfWeek
- (NSCalendarDate *)mondayOfWeek
No method description.

mondayOfWeek:
- (NSCalendarDate *)mondayOfWeek:(int)_weekNumber
No method description.

mondaysOfYear
- (NSArray *)mondaysOfYear
No method description.

nextYear
- (NSCalendarDate *)nextYear
No method description.

numberOfDaysInMonth
- (int)numberOfDaysInMonth
No method description.

numberOfWeeksInYear
- (short)numberOfWeeksInYear
No method description.

tomorrow
- (NSCalendarDate *)tomorrow
No method description.

weekOfMonth
- (int)weekOfMonth
No method description.

weekOfYear
- (int)weekOfYear
No method description.

y2kDate
- (NSCalendarDate *)y2kDate
No method description.

yesterday
- (NSCalendarDate *)yesterday
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.