FISADateset Method

Sets the year, month, and day of this FISADate.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public void set(
	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