getClockDrift method

int? getClockDrift()

Get the session's clock drift

Implementation

int? getClockDrift() {
  return clockDrift;
}