toYears static method

double toYears(
  1. double value
)

Converts the supplied Microseconds value to Years

Implementation

static double toYears(double value) => value / 3.154e+13;