FISADate(Int32, Int32, Int32) Constructor

Initializes a FISADate with the given year, month, and day.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public FISADate(
	int year,
	int month,
	int day
)

Parameters

year  Int32
the calendar year.
month  Int32
the calendar month (1-12).
day  Int32
the calendar day.

See Also