Show / Hide Table of Contents

    Class Time

    Inheritance
    System.Object
    Time
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public static class Time

    Fields

    | Improve this Doc View Source

    MILLISECONDS_PER_NANOSECOND

    Declaration
    public const long MILLISECONDS_PER_NANOSECOND = 1000000L
    Field Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    TICKS_PER_NANOSECOND

    Declaration
    public const long TICKS_PER_NANOSECOND = 100L
    Field Value
    Type Description
    System.Int64

    Methods

    | Improve this Doc View Source

    CurrentTimeMilliseconds()

    Declaration
    public static long CurrentTimeMilliseconds()
    Returns
    Type Description
    System.Int64
    | Improve this Doc View Source

    NanoTime()

    Declaration
    public static long NanoTime()
    Returns
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)