EventCategory
Contents
[
Hide
]EventCategory class
Represents category for an event
Constructors
| Name | Description |
|---|---|
| EventCategory (2 overloads) | Initializes a new instance of the EventCategory class with ‘Custom’ category. |
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Determines whether the specified object is equal to the current object. |
| get_Anniversary | Anniversary |
| get_Birthday | Birthday |
| get_Custom | Custom description |
| get_Description | Gets description for the ‘Custom’ category of an event |
| get_Value | Gets string representation of an event category |
| GetHashCode | GetHashCode returns a hash function for this object. |
| ToString | Returns a string that represents the current object. |
| operator!= | Determines whether the specified objects are not equal. |
| operator== | Determines whether the specified objects are equal. |
| AnniversaryValue | String value for ‘Anniversary’ category |
| BirthdayValue | String value for ‘Birthday’ category |
| CustomValue | String value for ‘Custom’ category |