Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public GlobalPositioningSystemDate(
	int week,
	double secondsOfWeek
)

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