AppointmentRecurrence.TimeZone Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the time zone for the recurrence.
public:
property Platform::String ^ TimeZone { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TimeZone();
void TimeZone(winrt::hstring value);
public string TimeZone { get; set; }
var string = appointmentRecurrence.timeZone;
appointmentRecurrence.timeZone = string;
Public Property TimeZone As String
Property Value
The time zone for the recurrence.
Windows requirements
App capabilities |
appointmentsSystem
|
Remarks
StartTime is projected to type DateTimeOffset in C# and JavaScript and DateTime in C++. Because these types represents absolute point in time, setting the TimeZone of the recurrence will not change what time the appointment occurs. This field can be used by your app's UI to simply show the time zone value or to localize the appointment time to the time zone.