Package | com.adobe.mediacore.utils |
Class | public final class DateUtils |
Inheritance | DateUtils ![]() |
Method | Defined By | ||
---|---|---|---|
getMillisecondsSince(date:Date):Number [static]
Returns the number of milliseconds which have passed since the specified date. | DateUtils |
getMillisecondsSince | () | method |
public static function getMillisecondsSince(date:Date):Number
Returns the number of milliseconds which have passed since the specified date.
Parameters
date:Date — specified date
|
Number — the number of milliseconds or 0 if the date is null or in the future.
|