Visual Basic Language Reference  

DueDate Enumeration

When you call date-related functions, you can use enumeration members in your code in place of the actual values.

The DueDate enumeration defines constants used to identify where a due date falls within a date interval. The following table lists the DueDate enumeration members.

Member Description
DueDate.BegOfPeriod Falls at the beginning of the date interval
DueDate.EndOfPeriod Falls at the end of the date interval

See Also

Intrinsic Constants and Enumerations | DateInterval Enumeration | DatePart Function| DateAdd Function | DateDiff Function