 | ICustomerProductEntityLabourStartDate Property |
Gets or sets the labour start date
(Date de début MO)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Maintenance
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<DateTime> LabourStartDate { get; set; }
Property LabourStartDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
RemarksThis entity member is bound to the LabourStartDate (Date de début MO) column of the CustomerProduct (Produit client) table.
See Also