Adds the value of the specified TimeSpan to the value of this instance.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
public TimeSpan Add( TimeSpan value ) |
Visual Basic (Declaration) |
---|
Public Function Add ( _ value As TimeSpan _ ) As TimeSpan |
Parameters
- value
- Type: System..::.TimeSpan
A TimeSpan that contains the interval to add.