ISaleNextDueDate Property |
The next due date for the sale
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime NextDueDate { get; }
ReadOnly Property NextDueDate As DateTime
Get
Dim instance As ISale
Dim value As DateTime
value = instance.NextDueDate
property DateTime NextDueDate {
DateTime get ();
}
Property Value
Type:
DateTime
See Also