C# Class PortableRx.Reactive.SystemClockChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: robfe/PortableRx Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

SystemClockChangedEventArgs() public méthode

Creates a new system clock notification object with unknown old and new times.
public SystemClockChangedEventArgs ( ) : System
Résultat System

SystemClockChangedEventArgs() public méthode

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.
Résultat System