toMonths static method

double toMonths(
  1. double value
)

Converts the supplied Days value to Months

Implementation

static double toMonths(double value) => value / 30.4167;