Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Visual Basic
 DateInterval Enumeration

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual Basic Language Reference
DateInterval Enumeration

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

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.

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

Namespace: Microsoft.VisualBasic

Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker