Converts the specified string representation of a time of day to its TimeOfDay equivalent.

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

Syntax

C#
public static TimeOfDay Parse(
	string s
)
Visual Basic (Declaration)
Public Shared Function Parse ( _
	s As String _
) As TimeOfDay

Parameters

s
Type: System..::.String
A string containing a time of day to convert.

Return Value

A TimeOfDay equivalent to the time of day contained in s.

See Also