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 SourceInterval()
Constructor
Declaration
public Interval()
Properties
| Improve this Doc View SourceDayNameOfExecution
Gets or sets the name (enum) of the start day
Declaration
public int DayNameOfExecution { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
ExecuteCount
Gets or sets the count of exections of this interval
Declaration
public int ExecuteCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IntervalTypeId
Gets or sets the number of the selected type
Declaration
public int IntervalTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastExecute
Gets or sets the date of the last execution
Declaration
public DateTime LastExecute { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
MonthNumberofExecution
Gets or sets the selected month by number
Declaration
public int MonthNumberofExecution { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |