Example #1
0
 private bool BeValidTime(string time)
 {
     return(TimeValue.TryParse(time, out var _));
 }