|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSClass
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.foundation.NSDate._class_
org.rococoa.cocoa.foundation.NSCalendarDate._class_
public abstract static class NSCalendarDate._class_
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass |
---|
ObjCClass._Class |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Field Summary |
---|
Fields inherited from interface org.rococoa.ObjCClass |
---|
CLASS |
Constructor Summary | |
---|---|
NSCalendarDate._class_()
|
Method Summary | |
---|---|
abstract NSCalendarDate |
alloc()
Original signature : +(id)alloc native declaration : NSObject.h:77 |
abstract NSCalendarDate |
calendarDate()
DEPRECATED DEPRECATED DEPRECATED These methods are deprecated. |
abstract NSCalendarDate |
dateWithString_calendarFormat_locale(NSString description,
NSString format,
ObjCObject locale)
Original signature : +(id)dateWithString:(NSString*) calendarFormat:(NSString*) locale:(id) native declaration : NSCalendarDate.h:25 |
abstract NSCalendarDate |
dateWithString_calendarFormat(NSString description,
NSString format)
Original signature : +(id)dateWithString:(NSString*) calendarFormat:(NSString*) native declaration : NSCalendarDate.h:26 |
abstract NSCalendarDate |
dateWithYear_month_day_hour_minute_second_timeZone(NSInteger year,
NSUInteger month,
NSUInteger day,
NSUInteger hour,
NSUInteger minute,
NSUInteger second,
NSTimeZone aTimeZone)
Original signature : +(id)dateWithYear:(NSInteger) month:(NSUInteger) day:(NSUInteger) hour:(NSUInteger) minute:(NSUInteger) second:(NSUInteger) timeZone:(NSTimeZone*) native declaration : NSCalendarDate.h:27 |
abstract NSCalendarDate |
new_()
Original signature : +(id)new native declaration : NSObject.h:75 |
Methods inherited from class org.rococoa.cocoa.foundation.NSDate._class_ |
---|
asStatic_NSDate_NSCalendarDateExtras, asStatic_NSDate_NSDateCreation, asStatic_NSDate_NSExtendedDate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, zone |
Constructor Detail |
---|
public NSCalendarDate._class_()
Method Detail |
---|
public abstract NSCalendarDate calendarDate()
+(id)calendarDate
public abstract NSCalendarDate dateWithString_calendarFormat_locale(NSString description, NSString format, ObjCObject locale)
+(id)dateWithString:(NSString*) calendarFormat:(NSString*) locale:(id)
public abstract NSCalendarDate dateWithString_calendarFormat(NSString description, NSString format)
+(id)dateWithString:(NSString*) calendarFormat:(NSString*)
public abstract NSCalendarDate dateWithYear_month_day_hour_minute_second_timeZone(NSInteger year, NSUInteger month, NSUInteger day, NSUInteger hour, NSUInteger minute, NSUInteger second, NSTimeZone aTimeZone)
+(id)dateWithYear:(NSInteger) month:(NSUInteger) day:(NSUInteger) hour:(NSUInteger) minute:(NSUInteger) second:(NSUInteger) timeZone:(NSTimeZone*)
public abstract NSCalendarDate alloc()
NSObject._class_
+(id)alloc
alloc
in class NSDate._class_
public abstract NSCalendarDate new_()
NSObject._class_
+(id)new
new_
in class NSDate._class_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |