System/Welfare/OperationBase.cs @@ -42,6 +42,14 @@ get { return endDate - startDate; } } public bool IsLastDay { get { return IndexOfDays(TimeUtility.ServerNow) == totalDays; } } public bool InTime(DateTime time) { if (!InDay(time))