C# Class CSPspEmu.Hle.Formats.DirectoryRecord.DateStruct

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Day byte
Hour byte
Minute byte
Month byte
Offset byte
Second byte
Year byte

Property Details

Day public property

public byte Day
return byte

Hour public property

public byte Hour
return byte

Minute public property

public byte Minute
return byte

Month public property

public byte Month
return byte

Offset public property

public byte Offset
return byte

Second public property

public byte Second
return byte

Year public property

public byte Year
return byte