YearMonthDay Constructor (Int32, Int32) |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public YearMonthDay(
int year,
int dayOfYear
)
Public Sub New (
year As Integer,
dayOfYear As Integer
)
public:
YearMonthDay(
int year,
int dayOfYear
)
new :
year : int *
dayOfYear : int -> YearMonthDay
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