public static string YearMonthDurationToString(TimeSpan value) { return(XQueryConvert.YearMonthDurationToDuration(value)); }