Show / Hide Table of Contents

Class EdiNotBefore

The consignment must not be delivered before the given date

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiNotBefore
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiNotBefore : EdiPatternPropertiesBase

Properties

Date

Not before Date (Day: yyyy-MM-dd => 2019-02-14)

Declaration
public DateTime? Date { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
Back to top Generated by DocFX