QueryOptions.DateStackOption Property
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.
Gets the unit of time used to group files into folders if the QueryOptions object was created with a CommonFolderQuery based on date. For example, if CommonFolderQuery.GroupByYear is used to create a QueryOptions object, the value of this property is DateStackOption.Year.
public:
property DateStackOption DateStackOption { DateStackOption get(); };
DateStackOption DateStackOption();
public DateStackOption DateStackOption { get; }
var dateStackOption = queryOptions.dateStackOption;
Public ReadOnly Property DateStackOption As DateStackOption
Property Value
The unit of time user to group folder content by date.