InvoiceLineEndDate Property |
Gets or sets the end date.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Nullable<DateTime> EndDate { get; set; }
Public Property EndDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> EndDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member EndDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeThe end date.
See Also