http://d.puremagic.com/issues/show_bug.cgi?id=1639
------- Comment #3 from ghaecker at idworld.net  2009-04-30 10:47 -------
In struct Time method fromTicks,
function calls
    HourFromTime
    MinFromTime
    SecFromTime
need to changed to
    hourFromTime
    minFromTime
    secFromTime
respectively.
--