Exemple #1
0
 public NullableDateTimeFormatter(string formatString)
 {
     this.innerFormatter = new DateTimeFormatter(formatString);
 }
Exemple #2
0
 public NullableDateTimeFormatter()
 {
     this.innerFormatter = new DateTimeFormatter();
 }