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