Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates when payments are due when calling financial methods.
Remarks
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.
Members
Member |
Description |
---|---|
BegOfPeriod |
Falls at the beginning of the date interval |
EndOfPeriod |
Falls at the end of the date interval |
Requirements
Namespace: Microsoft.VisualBasic
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)
See Also
Tasks
How to: Refer to an Enumeration Member
Concepts
Intrinsic Constants and Enumerations