$88 GRAYBYTE WORDPRESS FILE MANAGER $70

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.23
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby18/share/ri/1.8/system/Date/

HOME
Current File : /opt/alt/ruby18/share/ri/1.8/system/Date//cdesc-Date.yaml
--- !ruby/object:RI::ClassDescription 
attributes: []

class_methods: 
- !ruby/object:RI::MethodSummary 
  name: _load
- !ruby/object:RI::MethodSummary 
  name: _parse
- !ruby/object:RI::MethodSummary 
  name: _strptime
- !ruby/object:RI::MethodSummary 
  name: ajd_to_amjd
- !ruby/object:RI::MethodSummary 
  name: ajd_to_jd
- !ruby/object:RI::MethodSummary 
  name: amjd_to_ajd
- !ruby/object:RI::MethodSummary 
  name: civil
- !ruby/object:RI::MethodSummary 
  name: civil_to_jd
- !ruby/object:RI::MethodSummary 
  name: commercial
- !ruby/object:RI::MethodSummary 
  name: commercial_to_jd
- !ruby/object:RI::MethodSummary 
  name: day_fraction_to_time
- !ruby/object:RI::MethodSummary 
  name: gregorian?
- !ruby/object:RI::MethodSummary 
  name: gregorian_leap?
- !ruby/object:RI::MethodSummary 
  name: jd
- !ruby/object:RI::MethodSummary 
  name: jd_to_ajd
- !ruby/object:RI::MethodSummary 
  name: jd_to_civil
- !ruby/object:RI::MethodSummary 
  name: jd_to_commercial
- !ruby/object:RI::MethodSummary 
  name: jd_to_ld
- !ruby/object:RI::MethodSummary 
  name: jd_to_mjd
- !ruby/object:RI::MethodSummary 
  name: jd_to_ordinal
- !ruby/object:RI::MethodSummary 
  name: jd_to_wday
- !ruby/object:RI::MethodSummary 
  name: julian?
- !ruby/object:RI::MethodSummary 
  name: julian_leap?
- !ruby/object:RI::MethodSummary 
  name: ld_to_jd
- !ruby/object:RI::MethodSummary 
  name: mjd_to_jd
- !ruby/object:RI::MethodSummary 
  name: new
- !ruby/object:RI::MethodSummary 
  name: now
- !ruby/object:RI::MethodSummary 
  name: ordinal
- !ruby/object:RI::MethodSummary 
  name: ordinal_to_jd
- !ruby/object:RI::MethodSummary 
  name: parse
- !ruby/object:RI::MethodSummary 
  name: s3e
- !ruby/object:RI::MethodSummary 
  name: strptime
- !ruby/object:RI::MethodSummary 
  name: time_to_day_fraction
- !ruby/object:RI::MethodSummary 
  name: time_to_day_fraction
- !ruby/object:RI::MethodSummary 
  name: today
- !ruby/object:RI::MethodSummary 
  name: valid_civil?
- !ruby/object:RI::MethodSummary 
  name: valid_commercial?
- !ruby/object:RI::MethodSummary 
  name: valid_jd?
- !ruby/object:RI::MethodSummary 
  name: valid_ordinal?
- !ruby/object:RI::MethodSummary 
  name: valid_time?
comment: 
- !ruby/struct:SM::Flow::P 
  body: Class representing a date.
- !ruby/struct:SM::Flow::P 
  body: See the documentation to the file date.rb for an overview.
- !ruby/struct:SM::Flow::P 
  body: Internally, the date is represented as an Astronomical Julian Day Number, <tt>ajd</tt>. The Day of Calendar Reform, <tt>sg</tt>, is also stored, for conversions to other date formats. (There is also an <tt>of</tt> field for a time zone offset, but this is only for the use of the DateTime subclass.)
- !ruby/struct:SM::Flow::P 
  body: A new Date object is created using one of the object creation class methods named after the corresponding date format, and the arguments appropriate to that date format; for instance, Date::civil() (aliased to Date::new()) with year, month, and day-of-month, or Date::ordinal() with year and day-of-year. All of these object creation class methods also take the Day of Calendar Reform as an optional argument.
- !ruby/struct:SM::Flow::P 
  body: Date objects are immutable once created.
- !ruby/struct:SM::Flow::P 
  body: "Once a Date has been created, date values can be retrieved for the different date formats supported using instance methods. For instance, #mon() gives the Civil month, #cwday() gives the Commercial day of the week, and #yday() gives the Ordinal day of the year. Date values can be retrieved in any format, regardless of what format was used to create the Date instance."
- !ruby/struct:SM::Flow::P 
  body: The Date class includes the Comparable module, allowing date objects to be compared and sorted, ranges of dates to be created, and so forth.
constants: 
- !ruby/object:RI::Constant 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: Full month names, in English. Months count from 1 to 12; a month's numerical representation indexed into this array gives the name of that month (hence the first element is nil).
  name: MONTHNAMES
  value: "[nil] + %w(January February March April May June July                           August September October November December)"
- !ruby/object:RI::Constant 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: Full names of days of the week, in English. Days of the week count from 0 to 6 (except in the commercial week); a day's numerical representation indexed into this array gives the name of that day.
  name: DAYNAMES
  value: "%w(Sunday Monday Tuesday Wednesday Thursday Friday Saturday)"
- !ruby/object:RI::Constant 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: Abbreviated month names, in English.
  name: ABBR_MONTHNAMES
  value: "[nil] + %w(Jan Feb Mar Apr May Jun                                Jul Aug Sep Oct Nov Dec)"
- !ruby/object:RI::Constant 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: Abbreviated day names, in English.
  name: ABBR_DAYNAMES
  value: "%w(Sun Mon Tue Wed Thu Fri Sat)"
- !ruby/object:RI::Constant 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: The Julian Day Number of the Day of Calendar Reform for Italy and the Catholic countries.
  name: ITALY
  value: "2299161"
- !ruby/object:RI::Constant 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: The Julian Day Number of the Day of Calendar Reform for England and her Colonies.
  name: ENGLAND
  value: "2361222"
- !ruby/object:RI::Constant 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: A constant used to indicate that a Date should always use the Julian calendar.
  name: JULIAN
  value: Infinity.new
- !ruby/object:RI::Constant 
  comment: 
  - !ruby/struct:SM::Flow::P 
    body: A constant used to indicate that a Date should always use the Gregorian calendar.
  name: GREGORIAN
  value: -Infinity.new
full_name: Date
includes: 
- !ruby/object:RI::IncludedModule 
  name: Comparable
instance_methods: 
- !ruby/object:RI::MethodSummary 
  name: +
- !ruby/object:RI::MethodSummary 
  name: "-"
- !ruby/object:RI::MethodSummary 
  name: "<<"
- !ruby/object:RI::MethodSummary 
  name: <=>
- !ruby/object:RI::MethodSummary 
  name: ===
- !ruby/object:RI::MethodSummary 
  name: ">>"
- !ruby/object:RI::MethodSummary 
  name: _dump
- !ruby/object:RI::MethodSummary 
  name: ajd
- !ruby/object:RI::MethodSummary 
  name: amjd
- !ruby/object:RI::MethodSummary 
  name: asctime
- !ruby/object:RI::MethodSummary 
  name: civil
- !ruby/object:RI::MethodSummary 
  name: commercial
- !ruby/object:RI::MethodSummary 
  name: ctime
- !ruby/object:RI::MethodSummary 
  name: cwday
- !ruby/object:RI::MethodSummary 
  name: cweek
- !ruby/object:RI::MethodSummary 
  name: cwyear
- !ruby/object:RI::MethodSummary 
  name: day
- !ruby/object:RI::MethodSummary 
  name: day_fraction
- !ruby/object:RI::MethodSummary 
  name: downto
- !ruby/object:RI::MethodSummary 
  name: england
- !ruby/object:RI::MethodSummary 
  name: eql?
- !ruby/object:RI::MethodSummary 
  name: gregorian
- !ruby/object:RI::MethodSummary 
  name: gregorian?
- !ruby/object:RI::MethodSummary 
  name: hash
- !ruby/object:RI::MethodSummary 
  name: hour
- !ruby/object:RI::MethodSummary 
  name: inspect
- !ruby/object:RI::MethodSummary 
  name: italy
- !ruby/object:RI::MethodSummary 
  name: jd
- !ruby/object:RI::MethodSummary 
  name: julian
- !ruby/object:RI::MethodSummary 
  name: julian?
- !ruby/object:RI::MethodSummary 
  name: ld
- !ruby/object:RI::MethodSummary 
  name: leap?
- !ruby/object:RI::MethodSummary 
  name: mday
- !ruby/object:RI::MethodSummary 
  name: min
- !ruby/object:RI::MethodSummary 
  name: mjd
- !ruby/object:RI::MethodSummary 
  name: mon
- !ruby/object:RI::MethodSummary 
  name: month
- !ruby/object:RI::MethodSummary 
  name: new_offset
- !ruby/object:RI::MethodSummary 
  name: new_start
- !ruby/object:RI::MethodSummary 
  name: next
- !ruby/object:RI::MethodSummary 
  name: next_day
- !ruby/object:RI::MethodSummary 
  name: offset
- !ruby/object:RI::MethodSummary 
  name: ordinal
- !ruby/object:RI::MethodSummary 
  name: sec
- !ruby/object:RI::MethodSummary 
  name: sec_fraction
- !ruby/object:RI::MethodSummary 
  name: start
- !ruby/object:RI::MethodSummary 
  name: step
- !ruby/object:RI::MethodSummary 
  name: strftime
- !ruby/object:RI::MethodSummary 
  name: succ
- !ruby/object:RI::MethodSummary 
  name: time
- !ruby/object:RI::MethodSummary 
  name: to_s
- !ruby/object:RI::MethodSummary 
  name: to_yaml
- !ruby/object:RI::MethodSummary 
  name: upto
- !ruby/object:RI::MethodSummary 
  name: wday
- !ruby/object:RI::MethodSummary 
  name: weeknum0
- !ruby/object:RI::MethodSummary 
  name: weeknum1
- !ruby/object:RI::MethodSummary 
  name: wnum0
- !ruby/object:RI::MethodSummary 
  name: wnum1
- !ruby/object:RI::MethodSummary 
  name: yday
- !ruby/object:RI::MethodSummary 
  name: year
- !ruby/object:RI::MethodSummary 
  name: zone
name: Date
superclass: Object


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 10.50 PM
root / linksafe
0755
Format
--
3 Mar 2024 10.50 PM
root / linksafe
0755
Infinity
--
3 Mar 2024 10.50 PM
root / linksafe
0755
%2b-i.yaml
0.579 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%2d-i.yaml
0.583 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%3c%3c-i.yaml
0.479 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%3c%3d%3e-i.yaml
0.724 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%3d%3d%3d-i.yaml
0.453 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%3e%3e-i.yaml
0.477 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
_dump-i.yaml
0.222 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
_load-c.yaml
0.222 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
_parse-c.yaml
0.175 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
_strptime-c.yaml
0.179 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ajd-i.yaml
0.239 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ajd_to_amjd-c.yaml
0.295 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ajd_to_jd-c.yaml
0.588 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
amjd-i.yaml
0.25 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
amjd_to_ajd-c.yaml
0.296 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
asctime-i.yaml
0.269 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cdesc-Date.yaml
8.695 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
civil-c.yaml
0.836 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
civil-i.yaml
0.251 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
civil_to_jd-c.yaml
0.478 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
commercial-c.yaml
0.955 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
commercial-i.yaml
0.271 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
commercial_to_jd-c.yaml
0.504 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ctime-i.yaml
0.214 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cwday-i.yaml
0.312 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cweek-i.yaml
0.242 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cwyear-i.yaml
0.327 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
day-i.yaml
0.207 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
day_fraction-i.yaml
0.247 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
day_fraction_to_time-c.yaml
0.311 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
downto-i.yaml
0.314 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
england-i.yaml
0.284 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
eql%3f-i.yaml
0.339 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gregorian%3f-c.yaml
0.399 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gregorian%3f-i.yaml
0.254 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gregorian-i.yaml
0.274 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gregorian_leap%3f-c.yaml
0.411 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
hash-i.yaml
0.229 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
hour-i.yaml
0.219 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
inspect-i.yaml
0.258 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
italy-i.yaml
0.28 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jd-c.yaml
0.407 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jd-i.yaml
0.224 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jd_to_ajd-c.yaml
0.581 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jd_to_civil-c.yaml
0.464 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jd_to_commercial-c.yaml
0.533 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jd_to_ld-c.yaml
0.306 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jd_to_mjd-c.yaml
0.263 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jd_to_ordinal-c.yaml
0.499 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jd_to_wday-c.yaml
0.342 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
julian%3f-c.yaml
0.603 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
julian%3f-i.yaml
0.245 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
julian-i.yaml
0.266 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
julian_leap%3f-c.yaml
0.351 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ld-i.yaml
0.292 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ld_to_jd-c.yaml
0.316 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
leap%3f-i.yaml
0.214 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mday-i.yaml
0.268 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
min-i.yaml
0.219 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mjd-i.yaml
0.234 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mjd_to_jd-c.yaml
0.264 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mon-i.yaml
0.312 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
month-i.yaml
0.21 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
new-c.yaml
0.945 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
new_offset-i.yaml
0.173 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
new_start-i.yaml
0.289 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
next-i.yaml
0.271 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
next_day-i.yaml
0.168 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
now-c.yaml
0.341 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
offset-i.yaml
0.161 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ordinal-c.yaml
0.716 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ordinal-i.yaml
0.25 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ordinal_to_jd-c.yaml
0.502 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
parse-c.yaml
0.891 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
s3e-c.yaml
0.175 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
sec-i.yaml
0.219 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
sec_fraction-i.yaml
0.313 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
start-i.yaml
0.249 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
step-i.yaml
0.404 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
strftime-i.yaml
0.172 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
strptime-c.yaml
0.874 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
succ-i.yaml
0.209 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
time-i.yaml
0.268 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
time_to_day_fraction-c.yaml
0.196 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_s-i.yaml
0.3 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_yaml-i.yaml
0.173 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
today-c.yaml
0.329 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
upto-i.yaml
0.31 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
valid_civil%3f-c.yaml
0.824 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
valid_commercial%3f-c.yaml
0.928 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
valid_jd%3f-c.yaml
0.369 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
valid_ordinal%3f-c.yaml
0.865 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
valid_time%3f-c.yaml
0.675 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
wday-i.yaml
0.272 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
weeknum0-i.yaml
0.165 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
weeknum1-i.yaml
0.165 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
wnum0-i.yaml
0.159 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
wnum1-i.yaml
0.159 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
yday-i.yaml
0.294 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
year-i.yaml
0.218 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
zone-i.yaml
0.229 KB
26 Jul 2023 1.47 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF