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.2.419.0 (24.2.419.0)
Syntax public int WeekSinceRollover { get; }
Public ReadOnly Property WeekSinceRollover As Integer
Get
public:
property int WeekSinceRollover {
int get ();
}
member WeekSinceRollover : int with get
Property Value
Type:
Int32See Also