show / hide menu

AddMinutes

This Function is used to add minutes to a datetime value.

Syntax:


AddMinutes(Date value,Minutes,Date Format)

Date Value is the date to which you need to add the given number of minutes.
Minutes is the number of minutes that needs to be added to the given date.
Date Format(Optional) : Current Date Format

Example:
DateTimePicker2.Value=AddMinutes(DateTimePicker1.Value,2)