C# Class BACnet.Types.Values.TimeValue

Inheritance: IValue
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
TimeValue ( Time value ) : System

Constructs a new TimeValue instance

Method Details

TimeValue() public method

Constructs a new TimeValue instance
public TimeValue ( Time value ) : System
value Time The wrapped time value
return System