Click or drag to resize

GlobalPositioningSystemDateWeekSinceRollover Property

Gets the week number since the most recent GPS week rollover. In the GPS system, the week is represented as a 10 bit number so it can only be a value from 0 to 1023 before rolling over back to 0.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int WeekSinceRollover { get; }

Property Value

Type: Int32
See Also