C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_TIME_ZONE_INFORMATION

The TS_TIME_ZONE_INFORMATION structure contains client time zone information.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_11_1_1_1_1.xml
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Bias int
DaylightBias int
DaylightDate TS_SYSTEMTIME
DaylightName string
StandardBias int
StandardDate TS_SYSTEMTIME
StandardName string

Описание свойств

Bias публичное свойство

A 32-bit unsigned integer. Current bias for local time translation on the client, in minutes. The bias is the difference, in minutes, between Coordinated Universal Time (UTC) and local time. All translations between UTC and local time are based on the following formula:UTC = local time + bias
public int Bias
Результат int

DaylightBias публичное свойство

A 32-bit unsigned integer. Bias value to be used during local time translations that occur during daylight saving time. This field should be ignored if a value for the DaylightDate field is not supplied. This value is added to the value of the Bias field to form the bias used during daylight saving time. In most time zones, the value of this field is 60.
public int DaylightBias
Результат int

DaylightDate публичное свойство

A TS_SYSTEMTIME that contains a date and local time when the transition from standard time to daylight saving time occurs on the client. If this field is specified, the StandardDate field is also specified.
public TS_SYSTEMTIME,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr DaylightDate
Результат TS_SYSTEMTIME

DaylightName публичное свойство

A description for daylight time on the client. For example, this field could contain "Pacific Daylight Time" to indicate Pacific Daylight Time. An array of 32 Unicode characters.
public string DaylightName
Результат string

StandardBias публичное свойство

A 32-bit unsigned integer. Bias value to be used during local time translations that occur during standard time. This field should be ignored if a value is not supplied in the StandardDate field. This value is added to the value of the Bias field to form the bias used during standard time. In most time zones, the value of this field is 0.
public int StandardBias
Результат int

StandardDate публичное свойство

A TS_SYSTEMTIME structure that contains the date and local time when the transition from daylight saving time to standard time occurs on the client. If this field is specified, the DaylightDate field is also specified.
public TS_SYSTEMTIME,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr StandardDate
Результат TS_SYSTEMTIME

StandardName публичное свойство

An array of 32 Unicode characters. A description for standard time on the client. For example, this field could contain the string "Pacific Standard Time" to indicate Pacific Standard Time.
public string StandardName
Результат string