WebObjects 5.2

Uses of Class
com.webobjects.foundation.NSTimeZone

Packages that use NSTimeZone
com.webobjects.foundation Provides a set of robust and mature core classes, including utility, collection, key-value coding, time and date, notification, and debug logging classes. 
 

Uses of NSTimeZone in com.webobjects.foundation
 

Methods in com.webobjects.foundation that return NSTimeZone
 NSTimeZone NSTimestampFormatter.defaultFormatTimeZone()
          Returns the default time zone this NSTimestampFormatter uses for formatting -- converting an NSTimestamp to a string.
 NSTimeZone NSTimestampFormatter.defaultParseTimeZone()
          Returns the default time zone this NSTimestampFormatter uses for parsing -- converting a string to an NSTimestamp.
 NSTimeZone NSTimestamp.timeZone()
          Deprecated. Deprecated in the Java Foundation framework. Do not use this method. All NSTimestamps are in UTC.
static NSTimeZone NSTimeZone.defaultTimeZone()
          Provides the last object given to NSTimeZone via setDefault or setDefaultTimeZone.If no default time zone has been explicitly set, this method returns the system time zone.
static NSTimeZone NSTimeZone.getGMT()
          Returns an NSTimeZone object representing GMT.
static NSTimeZone NSTimeZone.localTimeZone()
          Deprecated.  
static NSTimeZone NSTimeZone.systemTimeZone()
          Provides the time zone object representing the system's time zone.
static NSTimeZone NSTimeZone.timeZoneForSecondsFromGMT(int secondsOffsetFromGMT)
          Provides an NSTimeZone object representing a fixed offset, specified in seconds, from Greenwich Mean Time.
static NSTimeZone NSTimeZone.timeZoneWithName(String aName, boolean tryAbbreviation)
          Provides an NSTimeZone object corresponding to aName.
static NSTimeZone NSTimeZone.timeZoneWithNameAndData(String aName, NSData aData)
          Use timeZoneWithName instead of calling this method directly.
 

Methods in com.webobjects.foundation with parameters of type NSTimeZone
 void NSTimestampFormatter.setDefaultFormatTimeZone(NSTimeZone zone)
          Sets the default time zone this NSTimestampFormatter uses for formatting -- converting an NSTimestamp into a string -- to zone.
 void NSTimestampFormatter.setDefaultParseTimeZone(NSTimeZone zone)
          Sets the default time zone this NSTimestampFormatter uses for parsing -- converting a string to an NSTimestamp -- to zone.
 boolean NSTimeZone.isEqualToTimeZone(NSTimeZone aTimeZone)
          Deprecated. Use equals.
static void NSTimeZone.setDefaultTimeZone(NSTimeZone aTZ)
          Changes the time zone provided by getDefault or defaultTimeZone for the application.
 


Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.