C# Class Alarm.Alarm

Exibir arquivo Open project: Silveryard/SmartHome Class Usage Examples

Public Methods

Method Description
Alarm ( ) : System
Alarm ( int id, string name, int hours, int minutes, int seconds, bool mon, bool tue, bool wed, bool thu, bool fri, bool sat, bool sun, bool enabled ) : System

Method Details

Alarm() public method

public Alarm ( ) : System
return System

Alarm() public method

public Alarm ( int id, string name, int hours, int minutes, int seconds, bool mon, bool tue, bool wed, bool thu, bool fri, bool sat, bool sun, bool enabled ) : System
id int
name string
hours int
minutes int
seconds int
mon bool
tue bool
wed bool
thu bool
fri bool
sat bool
sun bool
enabled bool
return System