C# Class Microsoft.Protocols.TestSuites.Common.LogonTime

显示文件 Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
Day byte
DayOfWeek byte
Hour byte
Minutes byte
Month byte
Seconds byte
Year ushort

Public Methods

Method Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public method

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

Property Details

Day public_oe property

This value specifies the current day of the month.
public byte Day
return byte

DayOfWeek public_oe property

This value specifies the current day of the week (Sunday = 0, Monday = 1, and so on).
public byte DayOfWeek
return byte

Hour public_oe property

This value specifies the current hour.
public byte Hour
return byte

Minutes public_oe property

This value specifies the current minute.
public byte Minutes
return byte

Month public_oe property

This value specifies the current month (January = 1, February = 2, and so on).
public byte Month
return byte

Seconds public_oe property

This value specifies the current second.
public byte Seconds
return byte

Year public_oe property

Unsigned 16-bit integer. This value specifies the current year.
public ushort Year
return ushort