C# 클래스 Alarm.Alarm

파일 보기 프로젝트 열기: Silveryard/SmartHome 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Alarm() 공개 메소드

public Alarm ( ) : System
리턴 System

Alarm() 공개 메소드

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
리턴 System