ILibDateOptions constructor

ILibDateOptions({
  1. String? locale,
  2. int? year,
  3. int? month,
  4. int? week,
  5. int? day,
  6. int? hour,
  7. int? minute,
  8. int? second,
  9. int? millisecond,
  10. int? unixtime,
  11. double? julianday,
  12. double? rd,
  13. String? timezone,
  14. String? calendar,
  15. DateTime? dateTime,
  16. String? type,
  17. bool? dst,
})

Implementation

ILibDateOptions(
    {this.locale,
    this.year,
    this.month,
    this.week,
    this.day,
    this.hour,
    this.minute,
    this.second,
    this.millisecond,
    this.unixtime,
    this.julianday,
    this.rd,
    this.timezone,
    this.calendar,
    this.dateTime,
    this.type,
    this.dst});