Click or drag to resize

DateTimeExAddMinutes Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.DateTimeEx.AddMinutes(System.Int32,com.espertech.esper.compat.datetime.DateTimeMathStyle)"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DateTimeEx AddMinutes(
	int amount,
	DateTimeMathStyle style = 0
)

Parameters

amount
Type: SystemInt32

[Missing <param name="amount"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.AddMinutes(System.Int32,com.espertech.esper.compat.datetime.DateTimeMathStyle)"]

style (Optional)
Type: com.espertech.esper.compat.datetimeDateTimeMathStyle

[Missing <param name="style"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.AddMinutes(System.Int32,com.espertech.esper.compat.datetime.DateTimeMathStyle)"]

Return Value

Type: DateTimeEx

[Missing <returns> documentation for "M:com.espertech.esper.compat.DateTimeEx.AddMinutes(System.Int32,com.espertech.esper.compat.datetime.DateTimeMathStyle)"]

See Also