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 SourceMILLISECONDS_PER_NANOSECOND
Declaration
public const long MILLISECONDS_PER_NANOSECOND = 1000000L
  Field Value
| Type | Description | 
|---|---|
| System.Int64 | 
TICKS_PER_NANOSECOND
Declaration
public const long TICKS_PER_NANOSECOND = 100L
  Field Value
| Type | Description | 
|---|---|
| System.Int64 | 
Methods
| Improve this Doc View SourceCurrentTimeMilliseconds()
Declaration
public static long CurrentTimeMilliseconds()
  Returns
| Type | Description | 
|---|---|
| System.Int64 | 
NanoTime()
Declaration
public static long NanoTime()
  Returns
| Type | Description | 
|---|---|
| System.Int64 |