Class google.gdata.calendar.TimeZoneProperty
Object
|
+--google.gdata.calendar.TimeZoneProperty
- class
google.gdata.calendar.TimeZoneProperty
Describes the time zone of a calendar.
Defined in gdata.js
Field Summary |
{string|undefined} |
value
Value. |
Constructor Summary |
google.gdata.calendar.TimeZoneProperty(<Object> opt_params)
Constructs a time zone property using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
string|undefined
|
getValue()
Returns the value.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
value
{string|undefined} value
Value. This attribute is required.
google.gdata.calendar.TimeZoneProperty
google.gdata.calendar.TimeZoneProperty(<Object> opt_params)
Constructs a time zone property using an object parameter whose property
names match the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: value.
getValue
string|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is required.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009