Click or drag to resize

YearMonthDay Constructor (Int32)

Initializes a YearMonthDay in the Gregorian calendar from the provided astronomical Julian day number, assuming the beginning of the Julian day (noon).

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public YearMonthDay(
	int astronomicalJulianDayNumber
)

Parameters

astronomicalJulianDayNumber
Type: SystemInt32
The astronomical Julian day number.
See Also