Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum DateResolution

    Specifies the time granularity.

    Namespace: Lucene.Net.Documents
    Assembly: Lucene.Net.dll
    Syntax
    public enum DateResolution

    Fields

    Name Description
    DAY

    Limit a date's resolution to day granularity.

    HOUR

    Limit a date's resolution to hour granularity.

    MILLISECOND

    Limit a date's resolution to millisecond granularity.

    MINUTE

    Limit a date's resolution to minute granularity.

    MONTH

    Limit a date's resolution to month granularity.

    SECOND

    Limit a date's resolution to second granularity.

    YEAR

    Limit a date's resolution to year granularity.

    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.