IRecurrenceRuleByHour Property
IT Hit WebDAV Classes Reference
Gets or sets "BYHOUR" rule part which represents list of hours of the day. Valid values are 0 to 23.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxushort[] ByHour { get; set; }
Property ByHour As UShort()
Get
Set
property array<unsigned short>^ ByHour {
array<unsigned short>^ get ();
void set (array<unsigned short>^ value);
}
abstract ByHour : uint16[] with get, set
Property Value
Type:
UInt16
See Also