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

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

Parameters

lag
Type: System..::..TimeSpan

See Also