Click or drag to resize

DayRule Constructor

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

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
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