Converts the specified string representation of a time of day to its TimeOfDay equivalent.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.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.