Returns the millisecond within the second of the current model date with respect to the start time/date and the model time unit.
E.g., at 10:04:15.250 PM the result is 250.
Type | Description |
---|---|
int |
The millisecond within the second of the current model date with respect to the start time/date and the model time unit. |
Returns the millisecond component of the specified date value.
For example, at 10:04:15.250 PM the result is 250.
Name | Type of value | Description |
---|---|---|
date | java.util.Date | A date, presented in the form of the Date Java class. |
Type | Description |
---|---|
int | The millisecond component of the specified date value. |
-
How can we improve this article?
-