C# Class Clock.Timer

Show file Open project: Silveryard/SmartHome Class Usage Examples

Public Methods

Method Description
Timer ( ) : System
Timer ( int id, string name, int hours, int minutes, int seconds ) : System

Method Details

Timer() public method

public Timer ( ) : System
return System

Timer() public method

public Timer ( int id, string name, int hours, int minutes, int seconds ) : System
id int
name string
hours int
minutes int
seconds int
return System