GlobalPositioningSystemDateSubtract Method (GlobalPositioningSystemDate) |
Subtracts another date from this date.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration Subtract(
GlobalPositioningSystemDate subtrahend
)
Public Function Subtract (
subtrahend As GlobalPositioningSystemDate
) As Duration
public:
Duration Subtract(
GlobalPositioningSystemDate subtrahend
)
member Subtract :
subtrahend : GlobalPositioningSystemDate -> Duration
Parameters
- subtrahend
- Type: AGI.Foundation.TimeGlobalPositioningSystemDate
The date to subtract from this date.
Return Value
Type:
DurationThe 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