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.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxpublic 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:
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