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