scalation.database.TimeOfWeek
See theTimeOfWeek companion object
The TimeOfWeek class keeps track relative date-time within a week, e.g., for a weekly schedule.
Value parameters
-
day
-
the day of the week (Mon -> 1, ... Sun -> 7)
-
time
-
the time of day in seconds (0 to 86399)
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Convert this time-of-week object to a string
Convert this time-of-week object to a string
Attributes
-
Definition Classes
-
Any
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
-
Inherited from:
-
Product
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
-
Returns
-
in the default implementation, an Iterator[Any]
-
Inherited from:
-
Product