C# 클래스 Yort.Ntp.NtpTimeReceivedEventArgs

Event arguments for the NtpClient.TimeReceived event, providing the updated time.
상속: System.EventArgs
파일 보기 프로젝트 열기: Yortw/Yort.Ntp

공개 메소드들

메소드 설명
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