public class MillisPeriod extends Period
| Constructor and Description |
|---|
MillisPeriod(long period) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
inMillis() |
String |
toString() |
void |
updateWith(Clock clock)
Period duration can be dependant to the current clock, therefore one can be set.
|
public void updateWith(Clock clock)
PeriodupdateWith in class Periodclock - Clock.public long inMillis()
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.