示例#1
0
 public NullableTimeSpanFormatter(string formatString)
 {
     this.innerFormatter = new TimeSpanFormatter(formatString);
 }
示例#2
0
 public NullableTimeSpanFormatter()
 {
     this.innerFormatter = new TimeSpanFormatter();
 }