--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Create a new DateTime object corresponding to the specified Ordinal Date and hour h, minute min, second s.
- !ruby/struct:SM::Flow::P
body: The 24-hour clock is used. Negative values of h, min, and sec are treating as counting backwards from the end of the next larger unit (e.g. a min of -2 is treated as 58). No wraparound is performed. If an invalid time portion is specified, an ArgumentError is raised.
- !ruby/struct:SM::Flow::P
body: of is the offset from UTC as a fraction of a day (defaults to 0). sg specifies the Day of Calendar Reform.
- !ruby/struct:SM::Flow::P
body: y defaults to -4712, and d to 1; this is Julian Day Number day 0. The time values default to 0.
full_name: DateTime::ordinal
is_singleton: true
name: ordinal
params: (y=-4712, d=1, h=0, min=0, s=0, of=0, sg=ITALY)
visibility: public