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

gw.util.time.ITimeOfDay.gs Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
package gw.util.time
uses java.time.ZoneId

interface ITimeOfDay {
  property get Hour() : Integer
  property get Min() : Integer { return 0 }
  property get Sec() : Integer { return 0 }
  property get Milli() : Integer { return 0 }
  property get AmPm() : AmPm { return null }
  property get ZoneId() : ZoneId { return null }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy