The timer period can be expanded through pre- and postscalers.
The prescaler is a divider that divides the instruction clock. If the prescaler is set at 1:4, its increment period would be four times TCY.
The postscaler is another adjustable counter that counts the number of timer overflow pulses.
Figure 5.2 Pre and post scalers for Timer 2 as shown in the datasheet of the PIC18F45K22.
The timer interrupt flag TMRxIF will only be set once the number of timer overflow pulses that was set in the postscaler has been counted.
Example: