C# 클래스 PortableRx.Reactive.SystemClockChangedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: robfe/PortableRx 1 사용 예제들

공개 메소드들

메소드 설명
SystemClockChangedEventArgs ( ) : System

Creates a new system clock notification object with unknown old and new times.

SystemClockChangedEventArgs ( DateTimeOffset oldTime, DateTimeOffset newTime ) : System

Creates a new system clock notification object with the specified old and new times.

메소드 상세

SystemClockChangedEventArgs() 공개 메소드

Creates a new system clock notification object with unknown old and new times.
public SystemClockChangedEventArgs ( ) : System
리턴 System

SystemClockChangedEventArgs() 공개 메소드

Creates a new system clock notification object with the specified old and new times.
public SystemClockChangedEventArgs ( DateTimeOffset oldTime, DateTimeOffset newTime ) : System
oldTime DateTimeOffset Time before the system clock changed, or DateTimeOffset.MinValue if not known.
newTime DateTimeOffset Time after the system clock changed, or DateTimeOffset.MaxValue if not known.
리턴 System