C# Class BACnet.Types.Time

Datei anzeigen Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
Time ( byte hour, byte minute, byte second, byte hundredths ) : System

Constructs a new time instance

Method Details

Time() public method

Constructs a new time instance
public Time ( byte hour, byte minute, byte second, byte hundredths ) : System
hour byte The hour component of the time
minute byte The minute component of the time
second byte The second component of the time
hundredths byte The hundredths component of the time
return System