EventCategory
EventCategory class
Represents category for an event
The EventCategory type exposes the following members:
Constructors
| Name | Description |
|---|
| EventCategory(description) | Initializes a new instance of the EventCategory class |
Properties
| Name | Description |
|---|
| birthday | Birthday |
| anniversary | Anniversary |
| custom | Custom description |
| value | Gets string representation of an event category |
| description | Gets description for the ‘Custom’ category of an event |
| CUSTOM_VALUE | String value for ‘Custom’ category |
| BIRTHDAY_VALUE | String value for ‘Birthday’ category |
| ANNIVERSARY_VALUE | String value for ‘Anniversary’ category |
Methods
| Name | Description |
|---|
| equals(other) | |
See Also