Show / Hide Table of Contents

Class EdiEvening

The consignment must be delivered in the evening hours

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiEvening
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiEvening : 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