PhotoImportFindItemsResult.AddItemsInDateRangeToSelection Method
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.
Adds all items in the specified date range to the current selection.
public:
virtual void AddItemsInDateRangeToSelection(DateTime rangeStart, TimeSpan rangeLength) = AddItemsInDateRangeToSelection;
void AddItemsInDateRangeToSelection(DateTime const& rangeStart, TimeSpan const& rangeLength);
public void AddItemsInDateRangeToSelection(System.DateTimeOffset rangeStart, System.TimeSpan rangeLength);
function addItemsInDateRangeToSelection(rangeStart, rangeLength)
Public Sub AddItemsInDateRangeToSelection (rangeStart As DateTimeOffset, rangeLength As TimeSpan)
Parameters
- rangeStart
- DateTime DateTimeOffset
The start of the date range.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|