Click or drag to resize

GlobalPositioningSystemDateSubtract Method (GlobalPositioningSystemDate)

Subtracts another date from this 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 Duration Subtract(
	GlobalPositioningSystemDate subtrahend
)

Parameters

subtrahend
Type: AGI.Foundation.TimeGlobalPositioningSystemDate
The date to subtract from this date.

Return Value

Type: Duration
The Duration that is the result of the subtraction.
Remarks
This method subtracts the subtrahend date from this date and returns the Duration between them.
See Also