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
)
Public Sub New (
day As DayOfWeek,
occurrence As Nullable(Of Short)
)
public:
DayRule(
DayOfWeek day,
Nullable<short> occurrence
)
new :
day : DayOfWeek *
occurrence : Nullable<int16> -> DayRule
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