Version

Add(DateTime) Method

Adds the specified date to the date selection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal date As Date _
) As DateRange
public DateRange Add( 
   DateTime date
)

Parameters

date
A DateTime structure which defines the date to add.
Remarks

If date falls within the range of an existing DateRange in the collection, that DateRange is updated to include the new date, and that instance is returned. If date is completely outside the range defined by any existing members, a new DateRange instance is created to describe the added range.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also