The DateTime property has the additional benefit of exposing components that can be used to refine filtering.
[[Developer_Mode]] reveals the members available under the binding path; <source lang = "xml">PropertyItems["DATETIME"].Value</source>. These include; Date, Day, DayOfWeek, DayOfYear, Hour, Millisecond, Minute, Month, Ticks, TimeOfDay, and Year.
These can be used in the EvalExpressionParameter as a binding in the custom expression string, as follows, and can even be used in separate filters to search individual components of the date seperately (for example, to filter by a particular month, year, or even day of the week).
{{UnderConstructionEnd}}
[[Category:Client|Custom Filtering]][[Category:Filtering|Custom Filtering]][[Category:Styling|Custom Filtering]][[Category:WinX|Custom Filtering]][[Category:XAML|Implement Custom Filtering]][[Category:Xamarin|Custom Filtering]]
== Adjustments ==