Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public GlobalPositioningSystemDate(
	int week,
	DayOfWeek dayOfWeek,
	double secondsOfDay
)

Parameters

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