I believe the mod method will be faster. By calling the function your creating variable and location instances on the stack and create a heavier solution.
Mod is standard math operator and is likely very optomized.
But as Hunter McMillen said "You should look at the Calendar class API"