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 © 2020 Licensed to the Apache Software Foundation (ASF)