Gets or sets the date the invoice was generated.

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

Syntax

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

Property Value

The date the invoice was generated.

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 InvoiceDateSpecified property indicates whether or not this property will be included in the serialized class or generated document. The InvoiceDateSpecified property is automatically set to true when this property is set.

See Also