00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 #import "NSCodingProtocol.h"
00010 #import "NSCopyingProtocol.h"
00011
00012 @interface NSCalendar : NSObject <NSCopying, NSCoding>
00013 {
00014 }
00015
00016 + (id)allocWithZone:(struct _NSZone *)fp8;
00017 + (id)currentCalendar;
00018 - (id)init;
00019 - (unsigned long)_cfTypeID;
00020 - (unsigned int)hash;
00021 - (BOOL)isEqual:(id)fp8;
00022 - (id)copyWithZone:(struct _NSZone *)fp8;
00023 - (void)encodeWithCoder:(id)fp8;
00024 - (id)initWithCoder:(id)fp8;
00025 - (Class)classForCoder;
00026 - (id)initWithCalendarIdentifier:(id)fp8;
00027 - (id)calendarIdentifier;
00028 - (void)setLocale:(id)fp8;
00029 - (id)locale;
00030 - (void)setTimeZone:(id)fp8;
00031 - (id)timeZone;
00032 - (void)setFirstWeekday:(unsigned int)fp8;
00033 - (unsigned int)firstWeekday;
00034 - (void)setMinimumDaysInFirstWeek:(unsigned int)fp8;
00035 - (unsigned int)minimumDaysInFirstWeek;
00036 - (struct _NSRange)minimumRangeOfUnit:(unsigned int)fp8;
00037 - (struct _NSRange)maximumRangeOfUnit:(unsigned int)fp8;
00038 - (struct _NSRange)rangeOfUnit:(unsigned int)fp8 inUnit:(unsigned int)fp12 forDate:(id)fp16;
00039 - (unsigned int)ordinalityOfUnit:(unsigned int)fp8 inUnit:(unsigned int)fp12 forDate:(id)fp16;
00040 - (id)dateFromComponents:(id)fp8;
00041 - (id)components:(unsigned int)fp8 fromDate:(id)fp12;
00042 - (id)dateByAddingComponents:(id)fp8 toDate:(id)fp12 options:(unsigned int)fp16;
00043 - (id)components:(unsigned int)fp8 fromDate:(id)fp12 toDate:(id)fp16 options:(unsigned int)fp20;
00044 - (id)_copyLocale;
00045 - (id)_copyTimeZone;
00046 - (CDAnonymousStruct2)_minimumRangeOfUnit:(unsigned int)fp8;
00047 - (CDAnonymousStruct2)_maximumRangeOfUnit:(unsigned int)fp8;
00048 - (CDAnonymousStruct2)_rangeOfUnit:(unsigned int)fp8 inUnit:(unsigned int)fp12 forAT:(double)fp16;
00049 - (long)_ordinalityOfUnit:(unsigned int)fp8 inUnit:(unsigned int)fp12 forAT:(double)fp16;
00050 - (unsigned char)_composeAbsoluteTime:(double *)fp8:(const char *)fp12:(void *)fp16;
00051 - (unsigned char)_decomposeAbsoluteTime:(double)fp8:(const char *)fp16:(void *)fp20;
00052 - (unsigned char)_addComponents:(double *)fp8:(unsigned long)fp12:(const char *)fp16:(void *)fp20;
00053 - (unsigned char)_diffComponents:(double)fp8:(double)fp16:(unsigned long)fp24:(const char *)fp28:(void *)fp32;
00054
00055 @end
00056