AppointmentRecurrence.TimeZone 属性

定义

获取或设置重复周期的时区。

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

属性值

String

Platform::String

winrt::hstring

重复周期的时区。

Windows 要求

应用功能
appointmentsSystem

注解

StartTime 预计在 C# 中键入 DateTimeOffset ,在 C++ 中键入 JavaScript 和 DateTime。 由于这些类型表示绝对时间点,因此设置重复周期的 TimeZone 不会更改约会发生的时间。 应用 UI 可以使用此字段来仅显示时区值或将约会时间本地化为时区。

适用于