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

Show file 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 property

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

DayOfWeek public property

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

Hour public property

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

Minutes public property

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

Month public property

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

Seconds public property

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

Year public property

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