|
||||||||||
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.NSTimeZone
public abstract class NSTimeZone
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 |
NSTimeZone._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 | |
---|---|
NSTimeZone()
|
Method Summary | |
---|---|
abstract NSString |
abbreviationForDate(NSDate aDate)
Original signature : -(NSString*)abbreviationForDate:(NSDate*) native declaration : NSTimeZone.h:17 |
static NSTimeZone |
alloc()
|
NSExtendedTimeZone |
as_NSTimeZone_NSExtendedTimeZone()
|
abstract NSData |
data()
Original signature : -(NSData*)data native declaration : NSTimeZone.h:14 |
abstract NSObject |
daylightSavingTimeOffsetForDate(NSDate aDate)
Original signature : -(id)daylightSavingTimeOffsetForDate:(NSDate*) native declaration : NSTimeZone.h:19 |
static NSTimeZone._class_ |
getNSClass()
|
abstract boolean |
isDaylightSavingTimeForDate(NSDate aDate)
Original signature : -(BOOL)isDaylightSavingTimeForDate:(NSDate*) native declaration : NSTimeZone.h:18 |
abstract NSString |
name()
Original signature : -(NSString*)name native declaration : NSTimeZone.h:13 |
static NSTimeZone |
new_()
|
abstract NSDate |
nextDaylightSavingTimeTransitionAfterDate(NSDate aDate)
Original signature : -(NSDate*)nextDaylightSavingTimeTransitionAfterDate:(NSDate*) native declaration : NSTimeZone.h:20 |
abstract NSInteger |
secondsFromGMTForDate(NSDate aDate)
Original signature : -(NSInteger)secondsFromGMTForDate:(NSDate*) native declaration : NSTimeZone.h:16 |
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 NSTimeZone()
Method Detail |
---|
public NSExtendedTimeZone as_NSTimeZone_NSExtendedTimeZone()
public abstract NSString name()
-(NSString*)name
public abstract NSData data()
-(NSData*)data
public abstract NSInteger secondsFromGMTForDate(NSDate aDate)
-(NSInteger)secondsFromGMTForDate:(NSDate*)
public abstract NSString abbreviationForDate(NSDate aDate)
-(NSString*)abbreviationForDate:(NSDate*)
public abstract boolean isDaylightSavingTimeForDate(NSDate aDate)
-(BOOL)isDaylightSavingTimeForDate:(NSDate*)
public abstract NSObject daylightSavingTimeOffsetForDate(NSDate aDate)
-(id)daylightSavingTimeOffsetForDate:(NSDate*)
public abstract NSDate nextDaylightSavingTimeTransitionAfterDate(NSDate aDate)
-(NSDate*)nextDaylightSavingTimeTransitionAfterDate:(NSDate*)
public static NSTimeZone alloc()
public static NSTimeZone new_()
public static NSTimeZone._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |