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