FISADate(Int32) Constructor

Create a new FISADate from the provided integer that represents the new date formated as YYYYMMDD.

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 integerDate
)

Parameters

integerDate  Int32
An integer representing a date formated as YYYYMMDD.

Remarks

FISADate::getAsIngeter() can be used to retrieve this date formated as YYYYMMDD.

See Also