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