TimeUnit Enum
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Defines a time unit.
public enum TimeUnit : long
Remarks
Maps to java.util.concurrent.TimeUnit
, we are using the same values.
Fields
Days | Time unit representing a day i.e. twenty four hours. |
Hours | Time unit representing an hour i.e. sixty minutes. |
Microseconds | Time unit representing one thousandth of a millisecond. |
Milliseconds | Time unit representing one thousandth of a second. |
Minutes | Time unit representing a minute i.e. sixty seconds. |
Nanoseconds | Time unit representing one thousandth of a microsecond. |
Seconds | Time unit representing one second. |