![JAR search and dependency download from the Maven repository](/logo.png)
com.google.ical.values.DateTimeValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of recurrence Show documentation
Show all versions of recurrence Show documentation
Contains the RFC 2445 support.
The newest version!
/**
* Copyright (C) 2015, 2016 Dirk Lemmermann Software & Consulting (dlsc.com)
*
* This file is part of CalendarFX.
*/
package com.google.ical.values;
/**
* An instant in time.
*
* @author Neal Gafter
*/
public interface DateTimeValue extends DateValue, TimeValue {
// Simple union.
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy