method Duration.prototype.toMinutes
Duration.prototype.toMinutes(): number

Converts the duration to minutes.

Return Type

number

Usage

import { Duration } from ".";