IAddress4TimeZone Property
IT Hit WebDAV Classes Reference
Used to indicate time zone information that is specific to an address.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax string TimeZone { get; set; }
Property TimeZone As String
Get
Set
property String^ TimeZone {
String^ get ();
void set (String^ value);
}
abstract TimeZone : string with get, set
Property Value
Type:
StringRemarks Specifying time zone information is optional. Its value is the same as that of the [!:ICard4.TimeZone] property.
See Also