Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
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