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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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