C# Class MAPIInspector.Parsers.LogonTime

A class indicates the Logon time.
Inheritance: MAPIInspector.Parsers.BaseStructure
Mostra 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_oe property

public byte Day
return byte

DayOfWeek public_oe property

public DayOfWeek DayOfWeek
return DayOfWeek

Hour public_oe property

public byte Hour
return byte

Minutes public_oe property

public byte Minutes
return byte

Month public_oe property

public Month Month
return Month

Seconds public_oe property

public byte Seconds
return byte

Year public_oe property

public ushort Year
return ushort