All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jfxtras.icalendarfx.properties.PropRecurrenceID Maven / Gradle / Ivy

The newest version!
package jfxtras.icalendarfx.properties;

import jfxtras.icalendarfx.parameters.Range;
import jfxtras.icalendarfx.properties.VProperty;

public interface PropRecurrenceID extends VProperty
{
    Range getRange();
    void setRange(Range range);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy