setTimeOffset method

void setTimeOffset(
  1. int offset
)

Implementation

void setTimeOffset(int offset) {
  timeOffset = offset;
}