C# Class Yort.Ntp.NtpTimeReceivedEventArgs

Event arguments for the NtpClient.TimeReceived event, providing the updated time.
Inheritance: System.EventArgs
显示文件 Open project: Yortw/Yort.Ntp

Public Methods

Method Description
NtpTimeReceivedEventArgs ( System.DateTime currentTime ) : System

Full constructor.

Method Details

NtpTimeReceivedEventArgs() public method

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