C# Class MAPIInspector.Parsers.LogonTime

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

Public Properties

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

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the LogonTime structure.

Method Details

Parse() public method

Parse the LogonTime structure.
public Parse ( Stream s ) : void
s Stream An stream containing LogonTime structure.
return void

Property Details

Day public property

public byte Day
return byte

DayOfWeek public property

public DayOfWeek DayOfWeek
return DayOfWeek

Hour public property

public byte Hour
return byte

Minutes public property

public byte Minutes
return byte

Month public property

public Month Month
return Month

Seconds public property

public byte Seconds
return byte

Year public property

public ushort Year
return ushort