|
||||||||||
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.NSDate
org.rococoa.cocoa.foundation.NSCalendarDate
public abstract class NSCalendarDate
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSCalendarDate._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSCalendarDate()
|
Method Summary | |
---|---|
static NSCalendarDate |
alloc()
|
static NSCalendarDate |
calendarDate()
DEPRECATED DEPRECATED DEPRECATED These methods are deprecated. |
abstract NSString |
calendarFormat()
Original signature : -(NSString*)calendarFormat native declaration : NSCalendarDate.h:38 |
static NSCalendarDate |
createWithString_calendarFormat_locale(NSString description,
NSString format,
ObjCObject locale)
Factory method |
static NSCalendarDate |
createWithString_calendarFormat(NSString description,
NSString format)
Factory method |
static NSCalendarDate |
createWithString(NSString description)
Factory method |
static NSCalendarDate |
createWithYear_month_day_hour_minute_second_timeZone(NSInteger year,
NSUInteger month,
NSUInteger day,
NSUInteger hour,
NSUInteger minute,
NSUInteger second,
NSTimeZone aTimeZone)
Factory method |
abstract NSCalendarDate |
dateByAddingYears_months_days_hours_minutes_seconds(NSInteger year,
NSInteger month,
NSInteger day,
NSInteger hour,
NSInteger minute,
NSInteger second)
Original signature : -(NSCalendarDate*)dateByAddingYears:(NSInteger) months:(NSInteger) days:(NSInteger) hours:(NSInteger) minutes:(NSInteger) seconds:(NSInteger) native declaration : NSCalendarDate.h:28 |
static NSCalendarDate |
dateWithString_calendarFormat_locale(NSString description,
NSString format,
ObjCObject locale)
Original signature : +(id)dateWithString:(NSString*) calendarFormat:(NSString*) locale:(id) native declaration : NSCalendarDate.h:25 |
static NSCalendarDate |
dateWithString_calendarFormat(NSString description,
NSString format)
Original signature : +(id)dateWithString:(NSString*) calendarFormat:(NSString*) native declaration : NSCalendarDate.h:26 |
static 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 NSInteger |
dayOfCommonEra()
Original signature : -(NSInteger)dayOfCommonEra native declaration : NSCalendarDate.h:29 |
abstract NSInteger |
dayOfMonth()
Original signature : -(NSInteger)dayOfMonth native declaration : NSCalendarDate.h:30 |
abstract NSInteger |
dayOfWeek()
Original signature : -(NSInteger)dayOfWeek native declaration : NSCalendarDate.h:31 |
abstract NSInteger |
dayOfYear()
Original signature : -(NSInteger)dayOfYear native declaration : NSCalendarDate.h:32 |
abstract NSString |
descriptionWithCalendarFormat_locale(NSString format,
ObjCObject locale)
Original signature : -(NSString*)descriptionWithCalendarFormat:(NSString*) locale:(id) native declaration : NSCalendarDate.h:39 |
abstract NSString |
descriptionWithCalendarFormat(NSString format)
Original signature : -(NSString*)descriptionWithCalendarFormat:(NSString*) native declaration : NSCalendarDate.h:40 |
abstract NSString |
descriptionWithLocale(ObjCObject locale)
Original signature : -(NSString*)descriptionWithLocale:(id) native declaration : NSCalendarDate.h:41 |
static NSCalendarDate._class_ |
getNSClass()
|
abstract NSInteger |
hourOfDay()
Original signature : -(NSInteger)hourOfDay native declaration : NSCalendarDate.h:33 |
abstract NSCalendarDate |
initWithString_calendarFormat_locale(NSString description,
NSString format,
ObjCObject locale)
Original signature : -(id)initWithString:(NSString*) calendarFormat:(NSString*) locale:(id) native declaration : NSCalendarDate.h:43 |
abstract NSCalendarDate |
initWithString_calendarFormat(NSString description,
NSString format)
Original signature : -(id)initWithString:(NSString*) calendarFormat:(NSString*) native declaration : NSCalendarDate.h:44 |
abstract NSCalendarDate |
initWithString(NSString description)
Original signature : -(id)initWithString:(NSString*) native declaration : NSCalendarDate.h:45 |
abstract NSCalendarDate |
initWithYear_month_day_hour_minute_second_timeZone(NSInteger year,
NSUInteger month,
NSUInteger day,
NSUInteger hour,
NSUInteger minute,
NSUInteger second,
NSTimeZone aTimeZone)
Original signature : -(id)initWithYear:(NSInteger) month:(NSUInteger) day:(NSUInteger) hour:(NSUInteger) minute:(NSUInteger) second:(NSUInteger) timeZone:(NSTimeZone*) native declaration : NSCalendarDate.h:46 |
abstract NSInteger |
minuteOfHour()
Original signature : -(NSInteger)minuteOfHour native declaration : NSCalendarDate.h:34 |
abstract NSInteger |
monthOfYear()
Original signature : -(NSInteger)monthOfYear native declaration : NSCalendarDate.h:35 |
static NSCalendarDate |
new_()
|
abstract NSInteger |
secondOfMinute()
Original signature : -(NSInteger)secondOfMinute native declaration : NSCalendarDate.h:36 |
abstract void |
setCalendarFormat(NSString format)
Original signature : -(void)setCalendarFormat:(NSString*) native declaration : NSCalendarDate.h:47 |
abstract void |
setTimeZone(NSTimeZone aTimeZone)
Original signature : -(void)setTimeZone:(NSTimeZone*) native declaration : NSCalendarDate.h:48 |
abstract NSTimeZone |
timeZone()
Original signature : -(NSTimeZone*)timeZone native declaration : NSCalendarDate.h:42 |
abstract NSInteger |
yearOfCommonEra()
Original signature : -(NSInteger)yearOfCommonEra native declaration : NSCalendarDate.h:37 |
abstract void |
years_months_days_hours_minutes_seconds_sinceDate(NativeSizeByReference yp,
NativeSizeByReference mop,
NativeSizeByReference dp,
NativeSizeByReference hp,
NativeSizeByReference mip,
NativeSizeByReference sp,
NSCalendarDate date)
Original signature : -(void)years:(NSInteger*) months:(NSInteger*) days:(NSInteger*) hours:(NSInteger*) minutes:(NSInteger*) seconds:(NSInteger*) sinceDate:(NSCalendarDate*) native declaration : NSCalendarDate.h:49 |
Methods inherited from class org.rococoa.cocoa.foundation.NSDate |
---|
as_NSDate_NSCalendarDateExtras, as_NSDate_NSDateCreation, as_NSDate_NSExtendedDate, timeIntervalSinceReferenceDate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSCalendarDate()
Method Detail |
---|
public static NSCalendarDate calendarDate()
+(id)calendarDate
public static NSCalendarDate dateWithString_calendarFormat_locale(NSString description, NSString format, ObjCObject locale)
+(id)dateWithString:(NSString*) calendarFormat:(NSString*) locale:(id)
public static NSCalendarDate dateWithString_calendarFormat(NSString description, NSString format)
+(id)dateWithString:(NSString*) calendarFormat:(NSString*)
public static 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 dateByAddingYears_months_days_hours_minutes_seconds(NSInteger year, NSInteger month, NSInteger day, NSInteger hour, NSInteger minute, NSInteger second)
-(NSCalendarDate*)dateByAddingYears:(NSInteger) months:(NSInteger) days:(NSInteger) hours:(NSInteger) minutes:(NSInteger) seconds:(NSInteger)
public abstract NSInteger dayOfCommonEra()
-(NSInteger)dayOfCommonEra
public abstract NSInteger dayOfMonth()
-(NSInteger)dayOfMonth
public abstract NSInteger dayOfWeek()
-(NSInteger)dayOfWeek
public abstract NSInteger dayOfYear()
-(NSInteger)dayOfYear
public abstract NSInteger hourOfDay()
-(NSInteger)hourOfDay
public abstract NSInteger minuteOfHour()
-(NSInteger)minuteOfHour
public abstract NSInteger monthOfYear()
-(NSInteger)monthOfYear
public abstract NSInteger secondOfMinute()
-(NSInteger)secondOfMinute
public abstract NSInteger yearOfCommonEra()
-(NSInteger)yearOfCommonEra
public abstract NSString calendarFormat()
-(NSString*)calendarFormat
public abstract NSString descriptionWithCalendarFormat_locale(NSString format, ObjCObject locale)
-(NSString*)descriptionWithCalendarFormat:(NSString*) locale:(id)
public abstract NSString descriptionWithCalendarFormat(NSString format)
-(NSString*)descriptionWithCalendarFormat:(NSString*)
public abstract NSString descriptionWithLocale(ObjCObject locale)
-(NSString*)descriptionWithLocale:(id)
public abstract NSTimeZone timeZone()
-(NSTimeZone*)timeZone
public abstract NSCalendarDate initWithString_calendarFormat_locale(NSString description, NSString format, ObjCObject locale)
-(id)initWithString:(NSString*) calendarFormat:(NSString*) locale:(id)
public static NSCalendarDate createWithString_calendarFormat_locale(NSString description, NSString format, ObjCObject locale)
initWithString_calendarFormat_locale(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSString, org.rococoa.ObjCObject)
public abstract NSCalendarDate initWithString_calendarFormat(NSString description, NSString format)
-(id)initWithString:(NSString*) calendarFormat:(NSString*)
public static NSCalendarDate createWithString_calendarFormat(NSString description, NSString format)
initWithString_calendarFormat(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSString)
public abstract NSCalendarDate initWithString(NSString description)
-(id)initWithString:(NSString*)
public static NSCalendarDate createWithString(NSString description)
initWithString(org.rococoa.cocoa.foundation.NSString)
public abstract NSCalendarDate initWithYear_month_day_hour_minute_second_timeZone(NSInteger year, NSUInteger month, NSUInteger day, NSUInteger hour, NSUInteger minute, NSUInteger second, NSTimeZone aTimeZone)
-(id)initWithYear:(NSInteger) month:(NSUInteger) day:(NSUInteger) hour:(NSUInteger) minute:(NSUInteger) second:(NSUInteger) timeZone:(NSTimeZone*)
public static NSCalendarDate createWithYear_month_day_hour_minute_second_timeZone(NSInteger year, NSUInteger month, NSUInteger day, NSUInteger hour, NSUInteger minute, NSUInteger second, NSTimeZone aTimeZone)
initWithYear_month_day_hour_minute_second_timeZone(org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSTimeZone)
public abstract void setCalendarFormat(NSString format)
-(void)setCalendarFormat:(NSString*)
public abstract void setTimeZone(NSTimeZone aTimeZone)
-(void)setTimeZone:(NSTimeZone*)
public abstract void years_months_days_hours_minutes_seconds_sinceDate(NativeSizeByReference yp, NativeSizeByReference mop, NativeSizeByReference dp, NativeSizeByReference hp, NativeSizeByReference mip, NativeSizeByReference sp, NSCalendarDate date)
-(void)years:(NSInteger*) months:(NSInteger*) days:(NSInteger*) hours:(NSInteger*) minutes:(NSInteger*) seconds:(NSInteger*) sinceDate:(NSCalendarDate*)
public static NSCalendarDate alloc()
public static NSCalendarDate new_()
public static NSCalendarDate._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |