Returns a new TimeInterval object based on this TimeInterval so that it completely also includes a specified TimeInterval.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public TimeInterval Union( TimeInterval timeInterval ) |
| Visual Basic (Declaration) |
|---|
Public Function Union ( _ timeInterval As TimeInterval _ ) As TimeInterval |
Parameters
- timeInterval
- Type: DlhSoft.Windows.Data..::.TimeInterval
The TimeInterval object to union with.