time not working

ok im having a really wierd problem, im trying out the ios trial just to see if i can actually make a game, but for some reason when i use Time.deltaTime or Time.time. an error comes back and says that time or deltatime is not a member of Time…

i mean what on google earth is going on…

all im trying to do is make a simple clock counter 0:00:00

i even tried just an empty script on a different script but nothing.

is there something that may have messed this up in the settings or what…

i do have animation run on the timescale but that works fine, and i have a pause button that stops time but i fail to see how that would make a difference

doesnt matter i fixed the problem after having a second look i noticed the script was called Time, i name them anything until i finish the script. obvisouly calling a script by a keyword does not sit well with unity