C# Class BACnet.Types.Date

Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Date ( byte year, byte month, byte day, byte dayOfWeek ) : System

Constructs a new DateValue instance

Method Details

Date() public method

Constructs a new DateValue instance
public Date ( byte year, byte month, byte day, byte dayOfWeek ) : System
year byte The year of the date value
month byte The month of the date value
day byte The day of the date value
dayOfWeek byte The day of week of the date value
return System