C# 클래스 BACnet.Types.Time

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

공개 메소드들

메소드 설명
Time ( byte hour, byte minute, byte second, byte hundredths ) : System

Constructs a new time instance

메소드 상세

Time() 공개 메소드

Constructs a new time instance
public Time ( byte hour, byte minute, byte second, byte hundredths ) : System
hour byte The hour component of the time
minute byte The minute component of the time
second byte The second component of the time
hundredths byte The hundredths component of the time
리턴 System