Click or drag to resize

DayRuleOccurrence Property

IT Hit WebDAV Classes Reference
If not null, indicates the nth occurrence of a specific day within the MONTHLY or YEARLY "RRULE".

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public Nullable<short> Occurrence { get; set; }

Property Value

Type: NullableInt16
Remarks

For example, within a MONTHLY rule, +1MO (or simply 1MO) represents the first Monday within the month, whereas -1MO represents the last Monday of the month.

See Also