Subtracts a specified date and time from a specified date, yielding a time interval.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public static TimeSpan operator -( Date d1, DateTime d2 ) |
Visual Basic (Declaration) |
---|
Public Shared Operator - ( _ d1 As Date, _ d2 As DateTime _ ) As TimeSpan |