Click or drag to resize

GlobalPositioningSystemDate Constructor (Int32, Int32, Int32, Int32, Int32)

Initializes a new instance from the time parameters found in a PerformanceAssessmentRecord.

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 year,
	int dayOfYear,
	int hour,
	int minute,
	int second
)

Parameters

year
Type: SystemInt32
The year.
dayOfYear
Type: SystemInt32
The Julian day of year.
hour
Type: SystemInt32
The hour.
minute
Type: SystemInt32
The minute.
second
Type: SystemInt32
The Second.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the parameter dayOfYear is not between 1 and 366 inclusive.
See Also