Contact.TimeZone Property
Applies To: Dynamics Marketing
Gets or sets the contact’s time zone.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public TimeZoneInfo TimeZone { get; set; }
public:
[DataMemberAttribute]
property TimeZoneInfo^ TimeZone {
TimeZoneInfo^ get();
void set(TimeZoneInfo^ value);
}
[<DataMemberAttribute>]
member TimeZone : TimeZoneInfo with get, set
<DataMemberAttribute>
Public Property TimeZone As TimeZoneInfo
Property Value
Type: System.TimeZoneInfo
Type: TimeZoneInfo
See Also
Contact Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top