C# Class Yort.Ntp.NtpTimeReceivedEventArgs

Event arguments for the NtpClient.TimeReceived event, providing the updated time.
Inheritance: System.EventArgs
Afficher le fichier Open project: Yortw/Yort.Ntp

Méthodes publiques

Méthode Description
NtpTimeReceivedEventArgs ( System.DateTime currentTime ) : System

Full constructor.

Method Details

NtpTimeReceivedEventArgs() public méthode

Full constructor.
public NtpTimeReceivedEventArgs ( System.DateTime currentTime ) : System
currentTime System.DateTime The date and time just received from the NTP server.
Résultat System