AppointmentRecurrence.TimeZone 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定週期的時區。
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
屬性值
週期的時區。
Windows 需求
應用程式功能 |
appointmentsSystem
|
備註
StartTime 預計會在 C# 中輸入 DateTimeOffset ,並在 C++ 中輸入 JavaScript 和 DateTime。 因為這些類型代表絕對時間點,所以設定週期的 TimeZone 不會變更約會發生的時間。 應用程式 UI 可以使用此欄位來直接顯示時區值,或將約會時間當地語系化為時區。