Ejemplo n.º 1
0
 public static string DayTimeDurationToString(TimeSpan value)
 {
     return(XQueryConvert.DayTimeDurationToDuration(value));
 }