class FrOData::Properties::TimeOfDay

Defines the Date FrOData type.

Public Instance Methods

type() click to toggle source

The FrOData type name

# File lib/frodata/properties/time_of_day.rb, line 8
def type
  'Edm.TimeOfDay'
end
url_value() click to toggle source
# File lib/frodata/properties/time_of_day.rb, line 12
def url_value
  @value
end

Protected Instance Methods

date_class() click to toggle source
# File lib/frodata/properties/time_of_day.rb, line 18
def date_class
  ::Time
end
strptime_format() click to toggle source
# File lib/frodata/properties/time_of_day.rb, line 22
def strptime_format
  '%H:%M:%S.%L'
end