C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_SYSTEMTIME

The TS_SYSTEMTIME structure contains a date and local time when the transition occurs between daylight saving time to standard time occurs or standard time to daylight saving time.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_11_1_1_1_1_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
wDay wDay_Values
wDayOfWeek wDayOfWeek_Values
wHour ushort
wMilliseconds ushort
wMinute ushort
wMonth wMonth_Values
wSecond ushort
wYear ushort

Property Details

wDay public_oe property

A 16-bit unsigned integer. The occurrence of wDayOfWeek within the month when the transition takes place.
public wDay_Values wDay
return wDay_Values

wDayOfWeek public_oe property

A 16-bit unsigned integer. The day of the week when transition occurs.
public wDayOfWeek_Values wDayOfWeek
return wDayOfWeek_Values

wHour public_oe property

A 16-bit unsigned integer. The hour when transition occurs (0 to 23).
public ushort wHour
return ushort

wMilliseconds public_oe property

A 16-bit unsigned integer. The millisecond when transition occurs (0 to 999).
public ushort wMilliseconds
return ushort

wMinute public_oe property

A 16-bit unsigned integer. The minute when transition occurs (0 to 59).
public ushort wMinute
return ushort

wMonth public_oe property

A 16-bit unsigned integer. The month when transition occurs.
public wMonth_Values wMonth
return wMonth_Values

wSecond public_oe property

A 16-bit unsigned integer. The second when transition occurs (0 to 59).
public ushort wSecond
return ushort

wYear public_oe property

A 16-bit unsigned integer. The year when transition occurs (1601 to 30827).
public ushort wYear
return ushort