Owner manual

Chapter 4 Duration Functions 67
Value Types on page 36
The Elements of Formulas” on page 15
“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26
“Pasting from Examples in Help” on page 41
DUR2MINUTES
The DUR2MINUTES function converts a duration value to a number of minutes.
DUR2MINUTES(duration)
 duration: The length of time to be converted. duration is a duration value.
Examples
=DUR2MINUTES(”2w 3d 2h 10m 0s 5ms”) returns 24610.0000833333.
=DUR2MINUTES(”10:0:13:00:05.500”) returns 101580.091666667.
Related Topics
For related functions and additional information, see:
“DUR2DAYS” on page 65
“DUR2HOURS” on page 65
DUR2MILLISECONDS on page 66
“DUR2SECONDS on page 68
“DUR2WEEKS” on page 69
Listing of Duration Functions on page 64
Value Types on page 36
The Elements of Formulas” on page 15
“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26
“Pasting from Examples in Help” on page 41