public ParserOptions detectCalendarValues()

in src/main/java/org/apache/sling/jcr/contentparser/ParserOptions.java [97:100]


    public ParserOptions detectCalendarValues(boolean value) {
        this.detectCalendarValues = value;
        return this;
    }