what does mdlFile_getTimeStamp() return?

Anyone know what the ULong "timestamp" returned from mdlFile_getTimeStamp represents or how to convert it to a string? I initially thought it was a time_t similar to what time() returns and tried to use localtime() to convert it but  no luck. The docs for this function dont help either.