Version

DateInterval Enumeration

Indicates how to determine and format date intervals when calling date-related functions.
Syntax
public enum DateInterval : System.Enum 
Members
MemberDescription
DayDay of month (1 through 31)
DayOfYearDay of year (1 through 366)
HourHour (1 through 24)
MinuteMinute (1 through 60)
MonthMonth (1 through 12)
QuarterQuarter of year (1 through 4)
SecondSecond (1 through 60)
WeekdayDay of week (1 through 7)
WeekOfYearWeek of year (1 through 53)
YearYear format
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also