Search Results for

    Show / Hide Table of Contents

    Class OneDayTick

    Represents the implementation of the tick provider. Show a tick as one whole day

    Inheritance
    System.Object
    OneDayTick
    Namespace: Simplic.PlugIn.Logistics.UI.ResourceRequirementsPlanning
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class OneDayTick : ITickProvider

    Methods

    | Improve this Doc View Source

    GetFormatString(IFormatProvider, String, DateTime)

    Gets the format string

    Declaration
    public string GetFormatString(IFormatProvider formatInfo, string formatString, DateTime currentStart)
    Parameters
    Type Name Description
    System.IFormatProvider formatInfo
    System.String formatString
    System.DateTime currentStart
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetNextStart(TimeSpan, DateTime)

    Gets the next date time of the tick.

    Declaration
    public DateTime GetNextStart(TimeSpan pixelLength, DateTime currentStart)
    Parameters
    Type Name Description
    System.TimeSpan pixelLength
    System.DateTime currentStart
    Returns
    Type Description
    System.DateTime
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx