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 可以使用此字段来仅显示时区值或将约会时间本地化为时区。