Subtracts a specified time interval from a specified time of day, yielding a new time span.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public static TimeSpan operator -( TimeOfDay d, TimeSpan t ) |
Visual Basic (Declaration) |
---|
Public Shared Operator - ( _ d As TimeOfDay, _ t As TimeSpan _ ) As TimeSpan |
Parameters
- t
- Type: System..::.TimeSpan
A TimeSpan.