DateChangedEventArgs(DateTime, DateTime) Constructor
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.
Creates a new DateChangedEventArgs object that represents a change from oldDate
to newDate
.
public DateChangedEventArgs (DateTime oldDate, DateTime newDate);
new Xamarin.Forms.DateChangedEventArgs : DateTime * DateTime -> Xamarin.Forms.DateChangedEventArgs
Parameters
- oldDate
- System.DateTime
The old date.
- newDate
- System.DateTime
The new date.