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.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax short[] ByYearDay { get; set; }
Property ByYearDay As Short()
Get
Set
property array<short>^ ByYearDay {
array<short>^ get ();
void set (array<short>^ value);
}
abstract ByYearDay : int16[] with get, set
Property Value
Type:
Int16Remarks 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