DateInterval Enumeration
Indicates how to determine and format date intervals when calling date-related functions.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Member name | Description | |
|---|---|---|
| Day | Day of month (1 through 31) | |
| DayOfYear | Day of year (1 through 366) | |
| Hour | Hour (0 through 23) | |
| Minute | Minute (0 through 59) | |
| Month | Month (1 through 12) | |
| Quarter | Quarter of year (1 through 4) | |
| Second | Second (0 through 59) | |
| Weekday | Day of week (1 through 7) | |
| WeekOfYear | Week of year (1 through 53) | |
| Year | Year |
When you call date-related functions, you can use enumeration members in your code in place of the actual values.
The DateInterval enumeration defines constants used with date-related functions to identify how date intervals are determined and formatted. For an example, see the DatePart method.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.