sampleYear property

int Function() sampleYear
getter/setter pair

The year whose Jan/Jun offsets are sampled to classify standard vs daylight.

Implementation

static int Function() sampleYear = () => DateTime.now().year;