Return a time set the current time
pwu::Time now
Return a time set the to given number of seconds
pwu::Time set < real_secs | int_secs int usecs >
Return the number of fractional seconds since epoch
pwu::Time double time
Check if the given times are equal
pwu::Time equal time1 time2
Check if the given times are not equal
pwu::Time notEquals time1 time2
Check if the first time is greater than the second time
pwu::Time greaterThan time1 time2
Check if the first time is less than the second time
pwu::Time lessThan time1 time2
Add two times together
pwu::Time add time1 time2
Subtract the second time from the first time
pwu::Time subtract time1 time2
Get the number of fractional seconds that have passed since the given time
pwu::Time elapsed time