Skip to content

months

relationalai.semantics.std.datetime
months(period: IntegerValue) -> Expression

Create a months period.

  • Expression - An Expression computing the period.

Create month periods:

>>> datetime.months(6)
>>> datetime.months(Lease.duration_months)