Version

DateTimeIncrement Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32)

Instantiates a new DateTimeIncrement object.
Syntax
'Declaration
 
Public Function New( _
   ByVal years As Integer, _
   ByVal months As Integer, _
   ByVal days As Integer, _
   ByVal hours As Integer, _
   ByVal minutes As Integer, _
   ByVal seconds As Integer, _
   ByVal milliseconds As Integer _
)
public DateTimeIncrement( 
   int years,
   int months,
   int days,
   int hours,
   int minutes,
   int seconds,
   int milliseconds
)

Parameters

years
Number of years.
months
Number of months.
days
Number of days.
hours
Number of hours.
minutes
Number of minutes.
seconds
Number of seconds.
milliseconds
Number of milliseconds.
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