toLocalTime method

RxDateTime toLocalTime()

Implementation

RxDateTime toLocalTime() {
  value = value.toLocal();
  return this;
}