Beispiel #1
0
 public static int DateDiff(DateDiffElement datepart, DateTimeOffset startdate, DateTimeOffset enddate)
 {
     throw new InvalitContextException(nameof(DateDiff));
 }
Beispiel #2
0
 public static long DateDiff_Big(DateDiffElement datepart, DateTime startdate, DateTime enddate)
 {
     throw new InvalitContextException(nameof(DateDiff));
 }