Click or drag to resize

JulianDateSubtractSeconds Method

Subtracts the specified number of seconds to 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 JulianDate SubtractSeconds(
	double seconds
)

Parameters

seconds
Type: SystemDouble
The number of seconds.

Return Value

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