 | ISettlementModeLineEntityBaseDayOfMonth Property |
Gets or sets the day of the month for the settlement
(Jour de Règlement)
Namespace:
EBP.Api.Interfaces.BusinessFramework.BusinessLogic.Entities
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<short> DayOfMonth { get; set; }
Property DayOfMonth As Nullable(Of Short)
Get
Set
Property Value
Type:
NullableInt16
RemarksThis entity member is bound to the DayOfMonth (Jour de Règlement) column of the SettlementModeLine (Ligne de Modes de règlement) table.
See Also