ITimeZoneStandardRules Property
IT Hit WebDAV Classes Reference
List of Standard Time offset rules.
Namespace: ITHit.WebDAV.Calendar.ComponentsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIComponentList<ITimeZoneRule> StandardRules { get; }
ReadOnly Property StandardRules As IComponentList(Of ITimeZoneRule)
Get
property IComponentList<ITimeZoneRule^>^ StandardRules {
IComponentList<ITimeZoneRule^>^ get ();
}
abstract StandardRules : IComponentList<ITimeZoneRule> with get
Property Value
Type:
IComponentListITimeZoneRule
See Also