共用方式為


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 可以使用此欄位來直接顯示時區值,或將約會時間當地語系化為時區。

適用於