Show / Hide Table of Contents

Class EdiNextDay

The consignment must be delivered on the next working day

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

Properties

Date

Date (Day)

Declaration
public DateTime? Date { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

TimeFrom

From time (HH:mm:ss)

Declaration
public string TimeFrom { get; set; }
Property Value
Type Description
System.String

TimeUntil

Until time (HH:mm:ss)

Declaration
public string TimeUntil { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX