Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MutableValueDate

    MutableValue implementation of type DateTime.

    Inheritance
    object
    MutableValue
    MutableValueInt64
    MutableValueDate
    Implements
    IComparable<MutableValue>
    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()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Util.Mutable
    Assembly: Lucene.Net.dll
    Syntax
    public class MutableValueDate : MutableValueInt64, IComparable<MutableValue>, IComparable

    Methods

    Duplicate()

    MutableValue implementation of type DateTime.

    Declaration
    public override MutableValue Duplicate()
    Returns
    Type Description
    MutableValue
    Overrides
    MutableValueInt64.Duplicate()

    ToObject()

    MutableValue implementation of type DateTime.

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

    Implements

    IComparable<T>
    IComparable
    Back to top Copyright © 2024 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.