Search Results for

    Show / Hide Table of Contents

    Class Interval

    Interval definition

    Inheritance
    System.Object
    Interval
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Interval
    Assembly: Simplic.Interval.dll
    Syntax
    public class Interval

    Constructors

    | Improve this Doc View Source

    Interval()

    Constructor

    Declaration
    public Interval()

    Properties

    | Improve this Doc View Source

    DayNameOfExecution

    Gets or sets the name (enum) of the start day

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

    DayNumberOfExecution

    Gets or sets the number of a day in the selected month where to start

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

    ExecuteCount

    Gets or sets the count of exections of this interval

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

    Guid

    Gets or sets the unique id

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

    IntervalTypeId

    Gets or sets the number of the selected type

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

    LastExecute

    Gets or sets the date of the last execution

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

    MonthNumberofExecution

    Gets or sets the selected month by number

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