class OData4::Properties::DateTimeOffset

Defines the DateTimeOffset OData4 type.

Public Instance Methods

type() click to toggle source

The OData4 type name

# File lib/odata4/properties/date_time_offset.rb, line 6
def type
  'Edm.DateTimeOffset'
end

Protected Instance Methods

strptime_format() click to toggle source
# File lib/odata4/properties/date_time_offset.rb, line 12
def strptime_format
  '%Y-%m-%dT%H:%M:%S%:z'
end