Click or drag to resize

GlobalPositioningSystemDateAddition Operator

Adds a Duration to a GlobalPositioningSystemDate, producing a 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 static GlobalPositioningSystemDate operator +(
	GlobalPositioningSystemDate left,
	Duration right
)

Parameters

left
Type: AGI.Foundation.TimeGlobalPositioningSystemDate
The date.
right
Type: AGI.Foundation.TimeDuration
The duration.

Return Value

Type: GlobalPositioningSystemDate
A new date that is the result of the addition.
Remarks
If the Standard of right is not GlobalPositioningSystemTime, the date will be converted to the duration's time standard before performing the addition. Then, the resulting date will be to GlobalPositioningSystemTime before it is returned.
See Also