Date#
- class rojak.core.data.Date(year, month, day)[source]#
Bases:
NamedTupleCreate new instance of Date(year, month, day)
- __init__()#
Methods
__init__()count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
dayAlias for field number 2
monthAlias for field number 1
yearAlias for field number 0