Dia class

Constructors

Dia(int ano, int mes, int dia)
Dia.fromDateTime(DateTime d)

Properties

ano int
no setter
copia Dia
no setter
data DateTime
getter/setter pair
dia int
no setter
emMilisegs int
no setter
hashCode int
The hash code for this object.
no setteroverride
houveAula bool
getter/setter pair
maisUmDia Dia
no setter
menosUmDia Dia
no setter
mes int
no setter
presente bool
getter/setter pair
primeiroDoMes bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
util bool
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object d) bool
The equality operator.
override