C# Class 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
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Bias int
DaylightBias int
DaylightDate TS_SYSTEMTIME
DaylightName string
StandardBias int
StandardDate TS_SYSTEMTIME
StandardName string

Property Details

Bias public_oe property

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
return int

DaylightBias public_oe property

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
return int

DaylightDate public_oe property

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
return TS_SYSTEMTIME

DaylightName public_oe property

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
return string

StandardBias public_oe property

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
return int

StandardDate public_oe property

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
return TS_SYSTEMTIME

StandardName public_oe property

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
return string