EventCategory

EventCategory class

Represents category for an event

The EventCategory type exposes the following members:

Constructors

NameDescription
EventCategory(description)Initializes a new instance of the EventCategory class

Properties

NameDescription
birthdayBirthday
anniversaryAnniversary
customCustom description
valueGets string representation of an event category
descriptionGets description for the ‘Custom’ category of an event
CUSTOM_VALUEString value for ‘Custom’ category
BIRTHDAY_VALUEString value for ‘Birthday’ category
ANNIVERSARY_VALUEString value for ‘Anniversary’ category

Methods

NameDescription
equals(other)

See Also