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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> GlobalPositioningSystemDateParameters
- 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