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 |
Namespace: Microsoft.VisualBasic
Assembly: Microsoft.VisualBasic .NET Runtime (in Microsoft.VisualBasic.dll)
DateInterval Enumeration | DatePart Function| DateAdd Function | DateDiff Function