C# Класс Microsoft.Protocols.TestSuites.Common.LogonTime

Показать файл Открыть проект

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

Свойство Тип Описание
Day byte
DayOfWeek byte
Hour byte
Minutes byte
Month byte
Seconds byte
Year ushort

Открытые методы

Метод Описание
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Описание методов

Deserialize() публичный Метод

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
Результат int

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

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

This value specifies the current day of the month.
public byte Day
Результат byte

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

This value specifies the current day of the week (Sunday = 0, Monday = 1, and so on).
public byte DayOfWeek
Результат byte

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

This value specifies the current hour.
public byte Hour
Результат byte

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

This value specifies the current minute.
public byte Minutes
Результат byte

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

This value specifies the current month (January = 1, February = 2, and so on).
public byte Month
Результат byte

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

This value specifies the current second.
public byte Seconds
Результат byte

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

Unsigned 16-bit integer. This value specifies the current year.
public ushort Year
Результат ushort