DateInterval Enumeration
.NET Framework 3.0
Indicates how to determine and format date intervals when calling date-related functions.
Namespace: Microsoft.VisualBasic
Assembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)
Intrinsic Constants and Enumerations
DateFormat Enumeration
DueDate Enumeration
DatePart Function (Visual Basic)
DateAdd Function (Visual Basic)
DateDiff Function (Visual Basic)
When to Use an Enumeration
How to: Refer to an Enumeration Member
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 (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 |
For more detailed information, see the Visual Basic topic DateInterval Enumeration.
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. The following table lists the DateInterval enumeration members.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
Microsoft.VisualBasic NamespaceOther Resources
DateInterval EnumerationIntrinsic Constants and Enumerations
DateFormat Enumeration
DueDate Enumeration
DatePart Function (Visual Basic)
DateAdd Function (Visual Basic)
DateDiff Function (Visual Basic)
When to Use an Enumeration
How to: Refer to an Enumeration Member
Community Additions
ADD
Show:
