|
WebObjects 5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSTimeZone | |
com.webobjects.foundation |
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 into 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()
Deprecated. Use getDefault instead. |
static NSTimeZone |
NSTimeZone.localTimeZone()
Provides an object that forwards all messages to the default time zone in the current locale for the application. |
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 with seconds offset 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)
Deprecated. Use setDefault instead. |
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
PREV NEXT | FRAMES NO FRAMES |