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