All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Date | +----com.apple.alpha.core.CalendarDate
NSCalendarDate
.
[[NSCalendarDate
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithTimeIntervalSinceReferenceDate:
on a newly allocated object.
- initWithYear:month:day:hour:minute:second:timeZone:
on a newly allocated object.
- initWithString:
on a newly allocated object.
- initWithString:calendarFormat:
on a newly allocated object.
- initWithString:calendarFormat:locale:
on a newly allocated object.
+ calendarDate
Objective-C class method.
- calendarFormat
Objective-C instance method.
- dateByAddingYears:months:days:hours:minutes:seconds:
Objective-C instance method.
+ dateWithString:calendarFormat:
Objective-C class method.
+ dateWithString:calendarFormat:locale:
Objective-C class method.
+ dateWithYear:month:day:hour:minute:second:timeZone:
Objective-C class method.
- dayOfCommonEra
Objective-C instance method.
- dayOfMonth
Objective-C instance method.
- dayOfWeek
Objective-C instance method.
- dayOfYear
Objective-C instance method.
- descriptionWithCalendarFormat:
Objective-C instance method.
- descriptionWithCalendarFormat:locale:
Objective-C instance method.
- descriptionWithLocale:
Objective-C instance method.
- hourOfDay
Objective-C instance method.
- minuteOfHour
Objective-C instance method.
- monthOfYear
Objective-C instance method.
- secondOfMinute
Objective-C instance method.
- setCalendarFormat:
Objective-C instance method.
- setTimeZone:
Objective-C instance method.
- description
Objective-C instance method.
- yearOfCommonEra
Objective-C instance method.
protected CalendarDate(boolean shouldAllocate, int objcObject)
public CalendarDate()
[[NSCalendarDate
alloc] init]
.
public CalendarDate(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public CalendarDate(int year, int month, int day, int hour, int minute, int second, TimeZone aTimeZone)
- initWithYear:month:day:hour:minute:second:timeZone:
on a newly allocated object.
public CalendarDate(String description)
- initWithString:
on a newly allocated object.
public CalendarDate(String description, String format)
- initWithString:calendarFormat:
on a newly allocated object.
public CalendarDate(String description, String format, Dictionary dict)
- initWithString:calendarFormat:locale:
on a newly allocated object.
public CalendarDate(double ti)
- initWithTimeIntervalSinceReferenceDate:
on a newly allocated object.
public static native Object dateWithYearMonthDayHourMinuteSecondTimeZone(int year, int month, int day, int hour, int minute, int second, TimeZone aTimeZone)
+ dateWithYear:month:day:hour:minute:second:timeZone:
Objective-C class method.
public static native Object dateWithStringInCalendarFormat(String description, String format)
+ dateWithString:calendarFormat:
Objective-C class method.
public static native Object dateWithStringInCalendarFormatAndLocale(String description, String format, Dictionary dict)
+ dateWithString:calendarFormat:locale:
Objective-C class method.
public static native Object calendarDate()
+ calendarDate
Objective-C class method.
public native void setTimeZone(TimeZone aTimeZone)
- setTimeZone:
Objective-C instance method.
public native String calendarFormat()
- calendarFormat
Objective-C instance method.
public native void setCalendarFormat(String format)
- setCalendarFormat:
Objective-C instance method.
public native int yearOfCommonEra()
- yearOfCommonEra
Objective-C instance method.
public native int monthOfYear()
- monthOfYear
Objective-C instance method.
public native int dayOfMonth()
- dayOfMonth
Objective-C instance method.
public native int dayOfWeek()
- dayOfWeek
Objective-C instance method.
public native int dayOfYear()
- dayOfYear
Objective-C instance method.
public native int dayOfCommonEra()
- dayOfCommonEra
Objective-C instance method.
public native int hourOfDay()
- hourOfDay
Objective-C instance method.
public native int minuteOfHour()
- minuteOfHour
Objective-C instance method.
public native int secondOfMinute()
- secondOfMinute
Objective-C instance method.
public native CalendarDate dateByAddingTimeUnits(int year, int month, int day, int hour, int minute, int second)
- dateByAddingYears:months:days:hours:minutes:seconds:
Objective-C instance method.
public native String toString()
- description
Objective-C instance method.
public native String descriptionWithLocale(Dictionary locale)
- descriptionWithLocale:
Objective-C instance method.
public native String descriptionWithCalendarFormat(String format)
- descriptionWithCalendarFormat:
Objective-C instance method.
public native String descriptionWithCalendarFormatAndLocale(String format, Dictionary locale)
- descriptionWithCalendarFormat:locale:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index