Adds a specified time interval to a specified time of day, yielding a new time span.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.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.