MinutesFromDateTime (Reserved Word)

image\trumpet2.gif Disclaimer

Returns the numeric value of minutes for the specified DateTime.

MinutesFromDateTime(dDateTime);

Where dDateTime is a double-precision decimal expression that represents the combination of a Julian date value (using December 30, 1899 as day 0) and a fraction that represents the time (using midnight as time 0).

Remarks

If a specific date is entered for the numeric expression, it must be a valid Julian date between December 30, 1899 and February 28, 2150, expressed in DateTime format.

Examples

Value1 = MinutesFromDateTime(37564.61200);  returns a minutes value of 41 for the specified DateTime of 37564.61200 (11/4/2002 2:41:17 PM).

See Also

DateTime (class)