コード例 #1
0
ファイル: DateTimeFormatter.cs プロジェクト: UCL-VR/ubiq
 public NullableTimeSpanFormatter(string formatString)
 {
     this.innerFormatter = new TimeSpanFormatter(formatString);
 }
コード例 #2
0
ファイル: DateTimeFormatter.cs プロジェクト: UCL-VR/ubiq
 public NullableTimeSpanFormatter()
 {
     this.innerFormatter = new TimeSpanFormatter();
 }