Click or drag to resize

JulianDate.AddMinutes Method

Adds the specified number of minutes to this date and returns the new date.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public JulianDate AddMinutes(
	double minutes
)

Parameters

minutes
Type: System.Double
The number of minutes.

Return Value

Type: JulianDate
The new date.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the result represents a value too large to be stored in a JulianDate.
See Also