Gets or sets the date on which the invoice must be paid.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual DateTime InvoiceDueDate { get; set; }
Visual Basic (Declaration)
Public Overridable Property InvoiceDueDate As DateTime
Visual C++
public:
virtual property DateTime InvoiceDueDate {
	DateTime get ();
	void set (DateTime value);
}

Property Value

The date on which the invoice must be paid.

Remarks

Only the date portion of this property will be used. Any time value specified will be reset to 12:00:00 midnight (00:00:00).

The InvoiceDueDateSpecified property indicates whether or not this property will be included in the serialized class or generated document. The InvoiceDueDateSpecified property is automatically set to true when this property is set.

See Also