Frac
Value = Frac ( Number ) AS Float
Computes the fractional part of the
Number.
Examples
PRINT Frac(Pi)
If the
Number argument is a
Date, then the Frac returns the
Time component of the date.
PRINT Frac(Date(1999, 12, 13, 14, 20, 00)
PRINT CDate(Frac(Date(1999, 12, 13, 14, 20, 00))
See also