_TimeZone.StandardDesignation 属性

定义

以 C# ) 返回一个 字符串 (字符串 ,用于标识标准时间中的时区。 只读。

public:
 property System::String ^ StandardDesignation { System::String ^ get(); };
public string StandardDesignation { get; }
Public ReadOnly Property StandardDesignation As String

属性值

注解

此属性作为时区的 "Std" 值存储在注册表中。

适用于