PWBCalendarBusiness constructor

PWBCalendarBusiness(
  1. DateTime theDate
)

Implementation

PWBCalendarBusiness(DateTime theDate) {
  this.theDate = theDate.toLocal();
  solarTerms = computeSolarTerm(this.theDate.month);
}