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 SourceGetFormatString(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 |
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 |