How to initialise timer variable with int value

i have declared one variable in .h file
CCTime apple_totalTime;
now i want to initialise it with 0(zero) in .cpp file then what to do???
plz help me