IRecurrenceRuleByWeekNo Property
IT Hit WebDAV Classes Reference
Gets or sets "BYWEEKNO" rule part which represents weeks of the year. Valid values are 1 to 53 or -53 to -1.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax short[] ByWeekNo { get; set; }
Property ByWeekNo As Short()
Get
Set
property array<short>^ ByWeekNo {
array<short>^ get ();
void set (array<short>^ value);
}
abstract ByWeekNo : int16[] with get, set
Property Value
Type:
Int16Remarks This corresponds to weeks according to week
numbering as defined in [ISO.8601.2004]. A week is defined as a
seven day period, starting on the day of the week defined to be
the week start WeekStart. Week number one of the calendar year
is the first week that contains at least four (4) days in that
calendar year.
For example, 3 represents the third week of the year.
See Also