Click or drag to resize

DayRule Constructor

IT Hit WebDAV Classes Reference
Creates new instance of DayRule class.

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public DayRule(
	DayOfWeek day,
	Nullable<short> occurrence
)

Parameters

day
Type: SystemDayOfWeek
Day of the week.
occurrence
Type: SystemNullableInt16
Indicates the nth occurrence of a specific day within the MONTHLY or YEARLY "RRULE".
See Also