Search Results for

    Show / Hide Table of Contents

    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 Source

    ContactId

    Gets or sets the ContactId of the referred contact

    Declaration
    public long? ContactId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    DayOfWeek

    Gets or sets the DayOfWeek

    Declaration
    public DayOfWeek DayOfWeek { get; set; }
    Property Value
    Type Description
    System.DayOfWeek
    | Improve this Doc View Source

    Guid

    Gets or sets the Guid

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    TimeFrom

    Gets or sets the time where the contact is opening

    Declaration
    public DateTime TimeFrom { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    TimeTo

    Gets or sets the time where the contact is closing

    Declaration
    public DateTime TimeTo { get; set; }
    Property Value
    Type Description
    System.DateTime
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx