Date Property (ICalendar)
Either the date or the start date of the date range associated with this object. Note:
Remarks
- In case a date range is selected, the Date property will return the start date of the range.

- If you try to retrieve a date value from a WPF calendar object (e.g. calendar.Date; calendar.Date.Month; calendar.Date.Year) before performing an operation on it, UFT Developer returns an exception of type: InvalidOperationException. Therefore, make sure to precede the retrieve value step with a step that performs an operation on the calendar, such as using to set the date on the calendar to the current date.

C# Syntax

DateTime Date {get;}