Share via


TimeChangedEventArgs.NewTime Property

Definition

The time that the user entered.

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

Property Value

Applies to