gnu.gnustep.base
Class NSTimeZone

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSTimeZone
All Implemented Interfaces:
java.lang.Cloneable

public class NSTimeZone
extends NSObject

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

NSTimeZone

public NSTimeZone(java.lang.String arg0)
Wraps the Objective-C method initWithName:

NSTimeZone

public NSTimeZone(java.lang.String arg0,
                  NSData arg1)
Wraps the Objective-C method initWithName:data:
Method Detail

timeZoneWithAbbreviation

public static NSTimeZone timeZoneWithAbbreviation(java.lang.String arg0)
Wraps the Objective-C method timeZoneWithAbbreviation:

timeZoneWithName

public static NSTimeZone timeZoneWithName(java.lang.String arg0)
Wraps the Objective-C method timeZoneWithName:

timeZoneWithName

public static NSTimeZone timeZoneWithName(java.lang.String arg0,
                                          NSData arg1)
Wraps the Objective-C method timeZoneWithName:data:

timeZoneForSecondsFromGMT

public static NSTimeZone timeZoneForSecondsFromGMT(int arg0)
Wraps the Objective-C method timeZoneForSecondsFromGMT:

localTimeZone

public static NSTimeZone localTimeZone()
Wraps the Objective-C method localTimeZone

defaultTimeZone

public static NSTimeZone defaultTimeZone()
Wraps the Objective-C method defaultTimeZone

setDefaultTimeZone

public static void setDefaultTimeZone(NSTimeZone arg0)
Wraps the Objective-C method setDefaultTimeZone:

resetSystemTimeZone

public static void resetSystemTimeZone()
Wraps the Objective-C method resetSystemTimeZone

abbreviationDictionary

public static NSDictionary abbreviationDictionary()
Wraps the Objective-C method abbreviationDictionary

abbreviation

public java.lang.String abbreviation()
Wraps the Objective-C method abbreviation

abbreviationForDate

public java.lang.String abbreviationForDate(NSDate arg0)
Wraps the Objective-C method abbreviationForDate:

name

public java.lang.String name()
Wraps the Objective-C method name

secondsFromGMT

public int secondsFromGMT()
Wraps the Objective-C method secondsFromGMT

secondsFromGMTForDate

public int secondsFromGMTForDate(NSDate arg0)
Wraps the Objective-C method secondsFromGMTForDate:

isDaylightSavingTime

public boolean isDaylightSavingTime()
Wraps the Objective-C method isDaylightSavingTime

isDaylightSavingTimeForDate

public boolean isDaylightSavingTimeForDate(NSDate arg0)
Wraps the Objective-C method isDaylightSavingTimeForDate:

isEqualToTimeZone

public boolean isEqualToTimeZone(NSTimeZone arg0)
Wraps the Objective-C method isEqualToTimeZone: