FISADate Constructor

Overload List

FISADate Initializes an empty date with zero for month, day and year.
FISADate(FISADate)Initializes a new instance of the FISADate class
FISADate(Int32) Create a new FISADate from the provided integer that represents the new date formated as YYYYMMDD.
FISADate(Int64) Create a new FISADate from the provided ticks value.
FISADate(Int32, Int32, Int32) Initializes a FISADate with the given year, month, and day.

See Also