DateInterval Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Indicates how to determine and format date intervals when calling date-related functions.

Namespace:  Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

Syntax

'Declaration
Public Enumeration DateInterval
public enum DateInterval

Members

Member name Description
Year Year
Quarter Quarter of year (1 through 4)
Month Month (1 through 12)
DayOfYear Day of year (1 through 366)
Day Day of month (1 through 31)
WeekOfYear Week of year (1 through 53)
Weekday Day of week (1 through 7)
Hour Hour (1 through 24)
Minute Minute (1 through 60)
Second Second (1 through 60)

Remarks

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.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.