DateStackOption enumeration
Indicates the unit of time used to group files into folders if a CommonFolderQuery based on date is used to create a QueryOptions object.
Syntax
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The DateStackOption enumeration has these members.
| Member | Value | Description |
|---|---|---|
| None | none | 0 |
The query options are not based on the date. |
| Year | year | 1 |
The content is grouped by year. |
| Month | month | 2 |
The content is grouped by month. |
Remarks
For example, if you create a QueryOptions object using CommonFolderQuery.GroupByYear the DateStackOption property will contain the DateStackOption.Year value.
Windows Phone 8
This API is not implemented and will throw an exception if called.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
Build date: 2/25/2013