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; }
Public Property Occurrence As Nullable(Of Short)
Get
Set
public:
property Nullable<short> Occurrence {
Nullable<short> get ();
void set (Nullable<short> value);
}
member Occurrence : Nullable<int16> with get, set
Property Value
Type:
NullableInt16Remarks
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