Uses of Class
com.hp.lft.sdk.DateRange
Packages that use DateRange
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing SAPGUI objects.
Provides the SDK for testing WPF objects.
- 
Uses of DateRange in com.hp.lft.sdkMethods in com.hp.lft.sdk that return DateRangeModifier and TypeMethodDescriptionstatic DateRangeDateRange.dateRangeAsSingleDate(Date date) Returns a DateRange instance initialized with an end date equal to the start date.CalendarBase.getDateRange()Returns the range of dates selected in this calendar.
 Notes:
 - Supported only for month calendar controls in multi-selection mode.Methods in com.hp.lft.sdk with parameters of type DateRangeModifier and TypeMethodDescriptionvoidCalendarBase.setDateRange(DateRange dateRange) Sets the specified date range using a DateRange value.
- 
Uses of DateRange in com.hp.lft.sdk.sap.guiMethods in com.hp.lft.sdk.sap.gui that return DateRangeModifier and TypeMethodDescriptionCalendar.getDateRange()Returns the range of dates selected in this calendar.Methods in com.hp.lft.sdk.sap.gui with parameters of type DateRangeModifier and TypeMethodDescriptionvoidCalendar.setDateRange(DateRange dateRange) Selects the provided date range in the calendar.
- 
Uses of DateRange in com.hp.lft.sdk.wpfMethods in com.hp.lft.sdk.wpf that return DateRangeModifier and TypeMethodDescriptionCalendar.getDateRanges()Returns the selected date ranges of this Month Calendar control in multi-selection mode.Methods in com.hp.lft.sdk.wpf with parameters of type DateRangeModifier and TypeMethodDescriptionvoidCalendar.setDateRange(DateRange dateRange) Sets the date range of this calendar or the date of this date picker.voidCalendar.setDateRanges(DateRange... dateRanges) Sets the date ranges of this calendar or the dates of this date picker.