MQL4 - how to get the timeframe of the chart?

Hi all…I tried looking at the MQL4 online help first…really!

I can’t find a way to get the current timeframe of the chart the EA is attached to. There doesn’t seem to be a GetTimeFrame() or anything like it.
I don’t want to use an external input.

Thanks in advance!
Robert

I found it…

Period() returns the timeframe (60 for an hour, etc.)