FISADateset Method
Sets the year, month, and day of this FISADate.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public void set(
int year,
int month,
int day
)
Public Sub set (
year As Integer,
month As Integer,
day As Integer
)
Parameters
- year Int32
- the calendar year.
- month Int32
- the calendar month (1-12).
- day Int32
- the calendar day.