C# Класс Yort.Ntp.NtpTimeReceivedEventArgs

Event arguments for the NtpClient.TimeReceived event, providing the updated time.
Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
NtpTimeReceivedEventArgs ( System.DateTime currentTime ) : System

Full constructor.

Описание методов

NtpTimeReceivedEventArgs() публичный Метод

Full constructor.
public NtpTimeReceivedEventArgs ( System.DateTime currentTime ) : System
currentTime System.DateTime The date and time just received from the NTP server.
Результат System