IWinMonthCalendarwEndDate Property |
If MultiSelect is true, this property returns the last date in the selected block in the month calendar control. The first date in the block is Date.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax DateTime wEndDate { get; set; }
Property wEndDate As DateTime
Get
Set
Dim instance As IWinMonthCalendar
Dim value As DateTime
value = instance.wEndDate
instance.wEndDate = value
property DateTime wEndDate {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTimeExceptions See Also