TimeChangedEventArgs.OldTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the previously selected time.
public:
property Nullable<TimeSpan> OldTime { Nullable<TimeSpan> get(); };
public:
property TimeSpan OldTime { TimeSpan get(); };
public TimeSpan? OldTime { get; }
public TimeSpan OldTime { get; }
member this.OldTime : Nullable<TimeSpan>
member this.OldTime : TimeSpan
Public ReadOnly Property OldTime As Nullable(Of TimeSpan)
Public ReadOnly Property OldTime As TimeSpan