Class OpeningHour
Represents one OpeningHour like Monday 8:00 - 17:00
Inheritance
System.Object
OpeningHour
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class OpeningHour : IContactAssignable
Properties
| Improve this Doc View SourceContactId
Gets or sets the ContactId of the referred contact
Declaration
public long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
DayOfWeek
Gets or sets the DayOfWeek
Declaration
public DayOfWeek DayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
System.DayOfWeek |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TimeFrom
Gets or sets the time where the contact is opening
Declaration
public DateTime TimeFrom { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TimeTo
Gets or sets the time where the contact is closing
Declaration
public DateTime TimeTo { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |