|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSTimeZone
This class wraps the Objective-C class NSTimeZone. It was automatically generated by JIGS WrapCreator.
| Constructor Summary | |
NSTimeZone(java.lang.String arg0)
Wraps the Objective-C method initWithName: |
|
NSTimeZone(java.lang.String arg0,
NSData arg1)
Wraps the Objective-C method initWithName:data: |
|
| Method Summary | |
java.lang.String |
abbreviation()
Wraps the Objective-C method abbreviation |
static NSDictionary |
abbreviationDictionary()
Wraps the Objective-C method abbreviationDictionary |
java.lang.String |
abbreviationForDate(NSDate arg0)
Wraps the Objective-C method abbreviationForDate: |
static NSTimeZone |
defaultTimeZone()
Wraps the Objective-C method defaultTimeZone |
boolean |
isDaylightSavingTime()
Wraps the Objective-C method isDaylightSavingTime |
boolean |
isDaylightSavingTimeForDate(NSDate arg0)
Wraps the Objective-C method isDaylightSavingTimeForDate: |
boolean |
isEqualToTimeZone(NSTimeZone arg0)
Wraps the Objective-C method isEqualToTimeZone: |
static NSTimeZone |
localTimeZone()
Wraps the Objective-C method localTimeZone |
java.lang.String |
name()
Wraps the Objective-C method name |
static void |
resetSystemTimeZone()
Wraps the Objective-C method resetSystemTimeZone |
int |
secondsFromGMT()
Wraps the Objective-C method secondsFromGMT |
int |
secondsFromGMTForDate(NSDate arg0)
Wraps the Objective-C method secondsFromGMTForDate: |
static void |
setDefaultTimeZone(NSTimeZone arg0)
Wraps the Objective-C method setDefaultTimeZone: |
static NSTimeZone |
timeZoneForSecondsFromGMT(int arg0)
Wraps the Objective-C method timeZoneForSecondsFromGMT: |
static NSTimeZone |
timeZoneWithAbbreviation(java.lang.String arg0)
Wraps the Objective-C method timeZoneWithAbbreviation: |
static NSTimeZone |
timeZoneWithName(java.lang.String arg0)
Wraps the Objective-C method timeZoneWithName: |
static NSTimeZone |
timeZoneWithName(java.lang.String arg0,
NSData arg1)
Wraps the Objective-C method timeZoneWithName:data: |
| Methods inherited from class gnu.gnustep.base.NSObject |
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSTimeZone(java.lang.String arg0)
public NSTimeZone(java.lang.String arg0,
NSData arg1)
| Method Detail |
public static NSTimeZone timeZoneWithAbbreviation(java.lang.String arg0)
public static NSTimeZone timeZoneWithName(java.lang.String arg0)
public static NSTimeZone timeZoneWithName(java.lang.String arg0,
NSData arg1)
public static NSTimeZone timeZoneForSecondsFromGMT(int arg0)
public static NSTimeZone localTimeZone()
public static NSTimeZone defaultTimeZone()
public static void setDefaultTimeZone(NSTimeZone arg0)
public static void resetSystemTimeZone()
public static NSDictionary abbreviationDictionary()
public java.lang.String abbreviation()
public java.lang.String abbreviationForDate(NSDate arg0)
public java.lang.String name()
public int secondsFromGMT()
public int secondsFromGMTForDate(NSDate arg0)
public boolean isDaylightSavingTime()
public boolean isDaylightSavingTimeForDate(NSDate arg0)
public boolean isEqualToTimeZone(NSTimeZone arg0)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||