toHours static method

double toHours(
  1. double value
)

Converts the supplied Months value to Hours

Implementation

static double toHours(double value) => value * 730.001;