Click or drag to resize

GregorianDateSubtractMinutes Method

Subtracts the specified number of minutes from this date and returns the new date.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GregorianDate SubtractMinutes(
	double minutes
)

Parameters

minutes
Type: SystemDouble
The number of minutes.

Return Value

Type: GregorianDate
The new date.
See Also