Search Results for

    Show / Hide Table of Contents

    Interface IIntervalService

    Access the interval

    Namespace: Simplic.Interval
    Assembly: Simplic.Interval.dll
    Syntax
    public interface IIntervalService : IIntervalRepository

    Methods

    | Improve this Doc View Source

    CalculateNextIntervalExecute(Interval, DateTime)

    Calculates the next execute

    Declaration
    DateTime CalculateNextIntervalExecute(Interval interval, DateTime begin)
    Parameters
    Type Name Description
    Interval interval

    interval object

    System.DateTime begin
    Returns
    Type Description
    System.DateTime

    Next execute date

    | Improve this Doc View Source

    CalculateNextIntervalExecute(Guid, DateTime)

    Calculates the next execute

    Declaration
    DateTime CalculateNextIntervalExecute(Guid intervalId, DateTime begin)
    Parameters
    Type Name Description
    System.Guid intervalId

    unique interval id

    System.DateTime begin
    Returns
    Type Description
    System.DateTime

    Next execute date

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx