Bluestep JS Documentation
Preparing search index...
Java
Java
Time
DateDiff
Interface DateDiff
Represents a myassn.util.DateDiff — a date/time duration with individual field components.
interface
DateDiff
{
days
:
number
;
hours
:
number
;
milliseconds
:
number
;
minutes
:
number
;
months
:
number
;
negative
:
boolean
;
seconds
:
number
;
years
:
number
;
getTotalMillis
()
:
number
;
toString
()
:
string
;
}
Index
Properties
days
hours
milliseconds
minutes
months
negative
seconds
years
Methods
get
Total
Millis
to
String
Properties
Readonly
days
days
:
number
Readonly
hours
hours
:
number
Readonly
milliseconds
milliseconds
:
number
Readonly
minutes
minutes
:
number
Readonly
months
months
:
number
Readonly
negative
negative
:
boolean
Readonly
seconds
seconds
:
number
Readonly
years
years
:
number
Methods
get
Total
Millis
getTotalMillis
()
:
number
Returns
number
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
days
hours
milliseconds
minutes
months
negative
seconds
years
Methods
get
Total
Millis
to
String
Bluestep JS Documentation
Loading...
Represents a myassn.util.DateDiff — a date/time duration with individual field components.