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 でタイム ゾーンの値を表示したり、予定の時刻をタイム ゾーンにローカライズしたりするために使用できます。

適用対象