Casts a time of day value to a time span value.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public static implicit operator TimeSpan ( TimeOfDay timeOfDay ) |
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ timeOfDay As TimeOfDay _ ) As TimeSpan |
Parameters
- timeOfDay
- Type: DlhSoft.Windows.Data..::.TimeOfDay
Time of day value to cast.