toHours static method

double toHours(
  1. double value
)

Converts the supplied Nanoseconds value to Hours

Implementation

static double toHours(double value) => value / 3.6e+12;