* @param label the label on the date/time widget.
* @return a wrapper around a DateTime widget with the specified label.
* @throws WidgetNotFoundException if the widget is not found.
*/
public SWTBotDateTime dateTimeWithLabel(String label) throws WidgetNotFoundException {
return new SWTBotDateTime(finder, label);
}