DateCellValue.fromDateTime constructor

DateCellValue.fromDateTime(
  1. DateTime dt
)

Implementation

DateCellValue.fromDateTime(DateTime dt)
    : year = dt.year,
      month = dt.month,
      day = dt.day;