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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Свойство Type Description
Day byte
DayOfWeek byte
Hour byte
Minutes byte
Month byte
Seconds byte
Year ushort

Méthodes publiques

Méthode Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public méthode

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.
Résultat int

Property Details

Day public_oe property

This value specifies the current day of the month.
public byte Day
Résultat byte

DayOfWeek public_oe property

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

Hour public_oe property

This value specifies the current hour.
public byte Hour
Résultat byte

Minutes public_oe property

This value specifies the current minute.
public byte Minutes
Résultat byte

Month public_oe property

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

Seconds public_oe property

This value specifies the current second.
public byte Seconds
Résultat byte

Year public_oe property

Unsigned 16-bit integer. This value specifies the current year.
public ushort Year
Résultat ushort