FISADate(Int32) Constructor
Create a new FISADate from the provided integer that
represents the new date formated as YYYYMMDD.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public FISADate(
	int integerDate
)
Public Sub New ( 
	integerDate As Integer
)
Parameters
- integerDate  Int32
 - 
An integer representing a date formated as YYYYMMDD.
 
 
FISADate::getAsIngeter() can be used to retrieve this
date formated as YYYYMMDD.