Represents a method that returns a date and time representing the replacemenent value for a specified date and time to be used by a GanttChartViewUpdateScale.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public delegate DateTime UpdateScaleSeparatorProvider( DateTime dateTime ) |
Visual Basic (Declaration) |
---|
Public Delegate Function UpdateScaleSeparatorProvider ( _ dateTime As DateTime _ ) As DateTime |
Parameters
- dateTime
- Type: System..::.DateTime
The date and time to return the replacement value for.