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