Click or drag to resize

IRecurrenceRuleByYearDay Property

IT Hit WebDAV Classes Reference
Gets or sets "BYYEARDAY" rule part which represents of days of the year. Valid values are 1 to 366 or -366 to -1.

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
short[] ByYearDay { get; set; }

Property Value

Type: Int16
Remarks
For example, -1 represents the last day of the year (December 31st) and -306 represents the 306th to the last day of the year (March 1st).
See Also