Example #1
0
 public string GetHoursString()
 {
     return _timeUnits == HH_MM_SS || _timeUnits == HH_MM ? _input.Substring(0, 2) : "00";
 }