method

_to_s

v1_8_6_287 - Show latest stable - Class: XSD::XSDGDay
_to_s()
private

No documentation available.

# File lib/xsd/datatypes.rb, line 840
  def _to_s
    s = format('%02d', @data.mday)
    add_tz(s)
  end