Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MutableValueDate

    MutableValue implementation of type System.DateTime.

    Inheritance
    System.Object
    MutableValue
    MutableValueInt64
    MutableValueDate
    Implements
    System.IComparable<MutableValue>
    System.IComparable
    Inherited Members
    MutableValueInt64.Value
    MutableValueInt64.Copy(MutableValue)
    MutableValueInt64.EqualsSameType(Object)
    MutableValueInt64.CompareSameType(Object)
    MutableValueInt64.GetHashCode()
    MutableValue.Exists
    MutableValue.CompareTo(MutableValue)
    MutableValue.CompareTo(Object)
    MutableValue.Equals(Object)
    MutableValue.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Util.Mutable
    Assembly: Lucene.Net.dll
    Syntax
    public class MutableValueDate : MutableValueInt64, IComparable<MutableValue>, IComparable

    Methods

    | Improve this Doc View Source

    Duplicate()

    Declaration
    public override MutableValue Duplicate()
    Returns
    Type Description
    MutableValue
    Overrides
    MutableValueInt64.Duplicate()
    | Improve this Doc View Source

    ToObject()

    Declaration
    public override object ToObject()
    Returns
    Type Description
    System.Object
    Overrides
    MutableValueInt64.ToObject()

    Implements

    System.IComparable<T>
    System.IComparable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.