public enum DateInterval : System.Enum
| Member | Description |
|---|---|
| Day | Day of month (1 through 31) |
| DayOfYear | Day of year (1 through 366) |
| Hour | Hour (1 through 24) |
| Minute | Minute (1 through 60) |
| Month | Month (1 through 12) |
| Quarter | Quarter of year (1 through 4) |
| Second | Second (1 through 60) |
| Weekday | Day of week (1 through 7) |
| WeekOfYear | Week of year (1 through 53) |
| Year | Year format |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+