timeFormat method

Sets the time format style

Implementation

DateFormatterBuilder timeFormat(TimeFormatStyle style) {
  _timeFormatStyle = style;
  _includeTime = true;
  return this;
}