 | ISaleCommitmentEntityLastReminderDate Property |
Gets or sets the LastReminderDate
(Date de dernière relance)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Commitment
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<DateTime> LastReminderDate { get; set; }
Property LastReminderDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
RemarksThis entity member is bound to the LastReminderDate (Date de dernière relance) column of the SaleCommitment (Échéance de vente) table.
See Also