public NullableTimeSpanFormatter(string formatString) { this.innerFormatter = new TimeSpanFormatter(formatString); }
public NullableTimeSpanFormatter() { this.innerFormatter = new TimeSpanFormatter(); }