GlobalPositioningSystemDateAddSeconds Method |
Adds 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.2.419.0 (24.2.419.0)
Syntax public GlobalPositioningSystemDate AddSeconds(
double seconds
)
Public Function AddSeconds (
seconds As Double
) As GlobalPositioningSystemDate
public:
GlobalPositioningSystemDate AddSeconds(
double seconds
)
member AddSeconds :
seconds : float -> GlobalPositioningSystemDate
Parameters
- seconds
- Type: SystemDouble
The number of seconds.
Return Value
Type:
GlobalPositioningSystemDateThe new date.
See Also