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

com.dadrox.scuttle.time.TimeZone.scala Maven / Gradle / Ivy

There is a newer version: 0.4
Show newest version
package com.dadrox.scuttle.time

import com.dadrox.scuttle.Enum

object TimeZone extends Enum {
    sealed case class EnumVal private[TimeZone] (
        name: String,
        canonical: String,
        standardOffset: String,
        aliases: List[String] = Nil)
            extends Value

}

class TimeZone {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy