DatePickedEventArgs.NewDate 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 date that was selected by the user.
public:
property DateTime NewDate { DateTime get(); };
DateTime NewDate();
public System.DateTimeOffset NewDate { get; }
var dateTime = datePickedEventArgs.newDate;
Public ReadOnly Property NewDate As DateTimeOffset
Property Value
The date that was selected by the user.