protected static string FromTime(DateTime value)
 {
     return(XmlCustomFormatter.FromTime(value));
 }