 | ICustomerProductEntityTravelEndDate Property |
Gets or sets the travel end date
(Date de fin déplacement)
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> TravelEndDate { get; set; }
Property TravelEndDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
RemarksThis entity member is bound to the TravelEndDate (Date de fin déplacement) column of the CustomerProduct (Produit client) table.
See Also