Click or drag to resize
DateTimeFunctions.AddMinutes Method
Defines the mapping for the operand1.AddMinutes(numberOfMinutes) method mapping

Namespace: SD.LLBLGen.Pro.QuerySpec
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static FunctionMappingExpression AddMinutes(
	Object operand1,
	Object numberOfMinutes
)

Parameters

operand1
Type: System.Object
The operand1.
numberOfMinutes
Type: System.Object
The amount to add. Can be negative to substract instead of add.

Return Value

Type: FunctionMappingExpression
See Also