Object
|
+--google.gdata.contacts.Birthday
- class
google.gdata.contacts.Birthday
Contact's birth date.
Defined in gdata.js
Field Summary |
{string|undefined} |
when
Birth date. |
Constructor Summary |
google.gdata.contacts.Birthday(<Object> opt_params)
Constructs a birthday using an object parameter whose property names match
the setter method to use for each property.
|
Method Summary |
string|undefined
|
getWhen()
Returns the birth date.
|
void
|
setWhen(<string|undefined> when)
Sets the birth date.
|
when
{string|undefined} when
Birth date. This attribute is required.
google.gdata.contacts.Birthday(<Object> opt_params)
Constructs a birthday 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: when.
getWhen
string|undefined getWhen()
Returns the birth date. This attribute is required.
Returns:
Birth date or undefined for none.
setWhen
void setWhen(<string|undefined> when)
Sets the birth date. This attribute is required.
Parameters:
when
- Birth date or undefined for none.
Documentation generated by
JSDoc on Mon Nov 9 14:24:07 2009