GlobalPositioningSystemDate.Subtract Method (GlobalPositioningSystemDate) |
Subtracts another date from this date.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic 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.Time.GlobalPositioningSystemDate
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