TZDateTime.local constructor
TZDateTime.local(])
Constructs a TZDateTime instance specified in the local time zone.
final dDay = TZDateTime.utc(1944, TZDateTime.JUNE, 6);
Implementation
TZDateTime.local(int year,
[int month = 1,
int day = 1,
int hour = 0,
int minute = 0,
int second = 0,
int millisecond = 0,
int microsecond = 0])
: this(local, year, month, day, hour, minute, second, millisecond,
microsecond);