예제 #1
0
 public static bool IsStartOfInterval(this LocalDateTime localTime, TimePeriod period)
 {
     return(localTime.AtStartOfInterval(period) == localTime);
 }