InvoiceLineStartDate Property |
Gets or sets the start 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> StartDate { get; set; }
Public Property StartDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> StartDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member StartDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeThe start date.
See Also