JulianDateSubtractMinutes 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: 25.2.423.0 (25.2.423.0)
Syntaxpublic JulianDate SubtractMinutes(
double minutes
)
Public Function SubtractMinutes (
minutes As Double
) As JulianDate
public:
JulianDate SubtractMinutes(
double minutes
)
member SubtractMinutes :
minutes : float -> JulianDate
Parameters
- minutes
- Type: SystemDouble
The number of minutes.
Return Value
Type:
JulianDateThe new date.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
Thrown when the result represents a value too large to be stored in a JulianDate.
|
See Also