Show / Hide Table of Contents

    Enum DateTools.Resolution

    Specifies the time granularity.

    Namespace: Lucene.Net.Documents
    Assembly: Lucene.Net.dll
    Syntax
    public enum Resolution : int

    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.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)