<-- Previous || Up || Next -->

Fix Up Variant To Date Mand Fn Function
Fix Ups Class

Public Function FixUpVariantToDateMandFn( _
    ByRef rArgument As Variant _
    ) As Boolean

"Fix Up Variant To Date Mandatory Function"
Convert numeric, date/time, numeric string, and date/time string Variant values to the Date data type.
Return True if the conversion was completed successfully.
Return False otherwise.

See also:
    FixUpVariantToDateMaybeFn Function
    FixUpVariantToDateMandSub Subroutine
rArgument: The argument which is changed to a Date value, if possible. Function returns False if conversion was not possible, such as when the argument is out-of-range, missing, Null, an error, a pointer, or a non-numeric string.
Note: rArgument is a passed by reference, so the variable passed from the calling function will likely be modified.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.