Show / Hide Table of Contents

Class TourWorkingHours

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

Properties

FromDateTime

From Date Time

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

UntilDateTime

Until Date Time

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