GlobalPositioningSystemDate Constructor (Int32, Double) |
Initializes a new instance from a week number and a number of seconds into the week.
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(
int week,
double secondsOfWeek
)
Public Sub New (
week As Integer,
secondsOfWeek As Double
)
public:
GlobalPositioningSystemDate(
int week,
double secondsOfWeek
)
new :
week : int *
secondsOfWeek : float -> GlobalPositioningSystemDate
Parameters
- week
- Type: SystemInt32
The GPS reference week number. Must be counted from the initial GPS Epoch (Jan 6, 1980). - secondsOfWeek
- Type: SystemDouble
The number of seconds into the week, counted from Sunday (the first day of the week) at midnight.
See Also