class Mappings::TimeIntervalValue
- Mappings::TimeIntervalValue
- Mappings::Mapping
- Reference
- Object
Overview
A time interval slot value.
- from [
String
] : String representation of the beginning of the interval. - to [
String
] : String representation of the end of the interval.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #data : DataType
- #data=(data : DataType)
- #from
- #to
- #to_unsafe
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.