Skip to content

MTY_TimeDiff

chrisd1100 edited this page Aug 25, 2022 · 2 revisions

Get the difference between two MTY_Time stamps in milliseconds.

double MTY_TimeDiff(
    MTY_Time begin,
    MTY_Time end
);

Parameters

begin (MTY_Time)

The beginning time stamp.

end (MTY_Time)

The ending time stamp.

Return value

double

This value can be negative if begin > end.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Time

Clone this wiki locally