Period.new
Period.newyearsmonthsdays
Group: DateTime
Documentation
Create a new Period from years, months and days.
Arguments
years
: Amount of years.months
: Amount of months.days
: Amount of days.
Examples
Create a Period of 2 years and 5 days
import Standard.Base.Data.Time.Period
example_period = Period.new 2 0 5