Example #1
0
 public static bool IsFuture(this LocalDateTime date)
 {
     return(Date.Now().Date < date.Date);
 }