C# Class MAPIInspector.Parsers.LogonTime

A class indicates the Logon time.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the LogonTime structure.

Method Details

Parse() public méthode

Parse the LogonTime structure.
public Parse ( Stream s ) : void
s Stream An stream containing LogonTime structure.
Résultat void

Property Details

Day public_oe property

public byte Day
Résultat byte

DayOfWeek public_oe property

public DayOfWeek DayOfWeek
Résultat DayOfWeek

Hour public_oe property

public byte Hour
Résultat byte

Minutes public_oe property

public byte Minutes
Résultat byte

Month public_oe property

public Month Month
Résultat Month

Seconds public_oe property

public byte Seconds
Résultat byte

Year public_oe property

public ushort Year
Résultat ushort