TimeChangedEventArgs.NewTime 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 newly selected time.
public:
property Nullable<TimeSpan> NewTime { Nullable<TimeSpan> get(); };
public:
property TimeSpan NewTime { TimeSpan get(); };
public TimeSpan? NewTime { get; }
public TimeSpan NewTime { get; }
member this.NewTime : Nullable<TimeSpan>
member this.NewTime : TimeSpan
Public ReadOnly Property NewTime As Nullable(Of TimeSpan)
Public ReadOnly Property NewTime As TimeSpan