C# Class Subtext.Framework.Util.WindowsSystemTime

This structure is the equivalent of the Windows SYSTEMTIME structure.
Show file Open project: ayende/Subtext

Public Properties

Property Type Description
day ushort
dayOfWeek ushort
hour ushort
milliseconds ushort
minute ushort
month ushort
second ushort
year ushort

Public Methods

Method Description
InitializeFromByteArray ( byte buffer, int offset ) : int

Method Details

InitializeFromByteArray() public method

public InitializeFromByteArray ( byte buffer, int offset ) : int
buffer byte
offset int
return int

Property Details

day public property

public ushort day
return ushort

dayOfWeek public property

public ushort dayOfWeek
return ushort

hour public property

public ushort hour
return ushort

milliseconds public property

public ushort milliseconds
return ushort

minute public property

public ushort minute
return ushort

month public property

public ushort month
return ushort

second public property

public ushort second
return ushort

year public property

public ushort year
return ushort