.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.