C# Класс BACnet.Types.Time

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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