Class Event
Definition
- Namespace:
- Tizen.Pims.Contacts.ContactsViews
- Assembly:
- Tizen.Pims.Contacts.dll
Describes the properties of an Event record.
public static class Event
- Inheritance
-
objectEvent
Fields
View SourceContactId
Contact ID that the event belongs to.
Declaration
public const uint ContactId = 23199745
Field Value
Type | Description |
---|---|
uint |
Date
Event date(YYYYMMDD). For example, 2014/1/1 : 20140101. Even if the calendar_type is set as CONTACTS_EVENT_CALENDAR_TYPE_CHINESE, you should set the Gregorian date.
Declaration
public const uint Date = 23199748
Field Value
Type | Description |
---|---|
uint |
Id
Database record ID of the event.
Declaration
public const uint Id = 23203840
Field Value
Type | Description |
---|---|
uint |
IsLeapMonth
Calendar type, refer to the CalendarType.
Declaration
public const uint IsLeapMonth = 23134214
Field Value
Type | Description |
---|---|
uint |
Label
Custom event type label, when the event type is TypeValue.Custom.
Declaration
public const uint Label = 23330819
Field Value
Type | Description |
---|---|
uint |
Type
Event type, refer to the TypeValue.
Declaration
public const uint Type = 23199746
Field Value
Type | Description |
---|---|
uint |
Uri
Identifier of this contacts event view.
Declaration
public const string Uri = "tizen.contacts_view.event"
Field Value
Type | Description |
---|---|
string |