DueDate Enumeration
.NET Framework (current version)
Indicates when payments are due when calling financial methods.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Member name | Description | |
|---|---|---|
| BegOfPeriod | Falls at the beginning of the date interval | |
| EndOfPeriod | Falls at the end of the date interval |
When you call financial functions, you can use enumeration members in your code in place of the actual values.
The DueDate enumeration defines constants used to identify when payments are due.
.NET Framework
Available since 1.1
Available since 1.1
Show: