Class Event

Definition

Namespace:
Tizen.Pims.Contacts.ContactsViews
Assembly:
Tizen.Pims.Contacts.dll
API Level:
4

Describes the properties of an Event record.

C#
Copy
public static class Event : object
Inheritance
Event

Fields

View Source

ContactId

Contact ID that the event belongs to.

Declaration
C#
Copy
public const uint ContactId = null
Field Value
Type Description
UInt32
API Level: 4
View Source

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
C#
Copy
public const uint Date = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Id

Database record ID of the event.

Declaration
C#
Copy
public const uint Id = null
Field Value
Type Description
UInt32
API Level: 4
View Source

IsLeapMonth

Calendar type, refer to the CalendarType.

Declaration
C#
Copy
public const uint IsLeapMonth = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Label

Custom event type label, when the event type is TypeValue.Custom.

Declaration
C#
Copy
public const uint Label = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Type

Event type, refer to the TypeValue.

Declaration
C#
Copy
public const uint Type = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Uri

Identifier of this contacts event view.

Declaration
C#
Copy
public const string Uri = null
Field Value
Type Description
String
API Level: 4