Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DueDate Enumeration

 

Indicates when payments are due when calling financial methods.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public enum class DueDate

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft