public ParserOptions detectCalendarValues()

in src/main/java/org/apache/sling/contentparser/api/ParserOptions.java [92:95]


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