Returns a string that may be used for displaying a representation of the specified lag time.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public string GetLagString(
	TimeSpan lag
)
Visual Basic (Declaration)
Public Function GetLagString ( _
	lag As TimeSpan _
) As String

Parameters

lag
Type: System..::.TimeSpan
The lag time to get the abbreviation string of.

See Also