date property

int date
getter/setter pair

int date; is declaring a property named date of type int in the Region class. This property will hold the date value for a specific region.

Implementation

int date;