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

main.dates.kt Maven / Gradle / Ivy

There is a newer version: 0.77.0
Show newest version
package de.peekandpoke.ultra.common

import java.util.*

fun Date.plusMinutes(minutes: Long) = Date(this.time + minutes * 60 * 1000)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy