Пример #1
0
 public static bool IsStartOfInterval(this LocalDate date, DatePeriod period)
 {
     return(date.AtStartOfInterval(period) == date);
 }