Class NSRecurrenceInfo

Constructors

NSRecurrenceInfo()

Initializes a new instance of the NSRecurrenceInfo class.

Declaration

NSRecurrenceInfo

Methods

GetDates()

Declaration

NSRecurrenceDate[] GetDates()

Returns

Type Description

GetDayPattern()

Declaration

Integer GetDayPattern()

Returns

Type Description
Integer

GetEndDate()

Declaration

DateTime GetEndDate()

Returns

Type Description

GetIsRecurrence()

Declaration

Bool GetIsRecurrence()

Returns

Type Description
Bool

GetMonthPattern()

Declaration

Integer GetMonthPattern()

Returns

Type Description
Integer

GetPattern()

Declaration

Integer GetPattern()

Returns

Type Description
Integer

GetRecurrenceCounter()

Declaration

Integer GetRecurrenceCounter()

Returns

Type Description
Integer

GetRecurrenceEndType()

Declaration

Integer GetRecurrenceEndType()

Returns

Type Description
Integer

GetRecurrenceId()

Declaration

Integer GetRecurrenceId()

Returns

Type Description
Integer

GetStartDate()

Declaration

DateTime GetStartDate()

Returns

Type Description

GetWeekPattern()

Declaration

Integer GetWeekPattern()

Returns

Type Description
Integer

GetYearPattern()

Declaration

Integer GetYearPattern()

Returns

Type Description
Integer

SetDates(NSRecurrenceDate[])

Declaration

Void SetDates(NSRecurrenceDate[] dates)

Parameters

Type Name Description
dates

Returns

Type Description
Void

SetDayPattern(Integer)

Declaration

Void SetDayPattern(Integer pattern)

Parameters

Type Name Description
Integer pattern

Returns

Type Description
Void

SetEndDate(DateTime)

Declaration

Void SetEndDate(DateTime date)

Parameters

Type Name Description
date

Returns

Type Description
Void

SetIsRecurrence(Bool)

Declaration

Void SetIsRecurrence(Bool isRecurrence)

Parameters

Type Name Description
Bool isRecurrence

Returns

Type Description
Void

SetMonthPattern(Integer)

Declaration

Void SetMonthPattern(Integer pattern)

Parameters

Type Name Description
Integer pattern

Returns

Type Description
Void

SetPattern(Integer)

Declaration

Void SetPattern(Integer pattern)

Parameters

Type Name Description
Integer pattern

Returns

Type Description
Void

SetRecurrenceCounter(Integer)

Declaration

Void SetRecurrenceCounter(Integer counter)

Parameters

Type Name Description
Integer counter

Returns

Type Description
Void

SetRecurrenceEndType(Integer)

Declaration

Void SetRecurrenceEndType(Integer endType)

Parameters

Type Name Description
Integer endType

Returns

Type Description
Void

SetRecurrenceId(Integer)

Declaration

Void SetRecurrenceId(Integer id)

Parameters

Type Name Description
Integer id

Returns

Type Description
Void

SetStartDate(DateTime)

Declaration

Void SetStartDate(DateTime date)

Parameters

Type Name Description
date

Returns

Type Description
Void

SetWeekPattern(Integer)

Declaration

Void SetWeekPattern(Integer pattern)

Parameters

Type Name Description
Integer pattern

Returns

Type Description
Void

SetYearPattern(Integer)

Declaration

Void SetYearPattern(Integer pattern)

Parameters

Type Name Description
Integer pattern

Returns

Type Description
Void