Description
Returns a date which is calculated by adding the number of minutes parameter (Offset) to the given(Input) date.
Signature
AddMinutes('datetime', 'numberofminutes')
Example
AddMinutes('04/15/2012', 10) Returns 04/15/2012 : 12:10:00 (US Format)
Parameters
Name | Type | Description | Required |
---|---|---|---|
datetime | xxxx | xxxx | xxxx |
numberofminutes | xxxx | xxxx | xxxx |