toMonths static method

double toMonths(
  1. double value
)

Converts the supplied Centuries value to Months

Implementation

static double toMonths(double value) => value * 1200.0;