API  1.0.0
CPTimeZone.h
Go to the documentation of this file.
1 
2 @interface CPTimeZone : CPObject
3 {
4  CPData _data // @accessors(property=data, readonly);
5  CPInteger _secondsFromGMT // @accessors(property=secondFromGMT, readonly);
6  CPString _abbreviation // @accessors(property=abbreviation, readonly);
7  CPString _name // @accessors(property=name, readonly);
8 }
9 @end
A Cappuccino wrapper for any data type.
Definition: CPData.h:2
An immutable string (collection of characters).
Definition: CPString.h:2
CPTimeZone is a class to define the behvior of time zone object (like CPDatePicker) ...
Definition: CPTimeZone.h:2