Click or drag to resize

YearMonthDay Constructor (Int32, Int32)

Initializes a YearMonthDay from the provided values.

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

Parameters

year
Type: SystemInt32
The year.
dayOfYear
Type: SystemInt32
The day of the year (in the range 1 through the number of days in the year).
See Also