We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get the difference between two MTY_Time stamps in milliseconds.
MTY_Time
double MTY_TimeDiff( MTY_Time begin, MTY_Time end );
begin (MTY_Time)
begin
The beginning time stamp.
end (MTY_Time)
end
The ending time stamp.
double
This value can be negative if begin > end.
begin > end
Module: Time