class CTioga2::MetaBuilder::Types::DateTimeParameter
A combination date/time
Public Instance Methods
string_to_type_internal(str)
click to toggle source
# File lib/ctioga2/metabuilder/types/dates.rb, line 34 def string_to_type_internal(str) return Time.parse(str) end