DateDuration class
A class that represents a date period.
Enter only year, month, or day to be the period.
日付の期間を表すクラス。
Constructors
- DateDuration(int year, int month, int day)
-
A class that represents a date period.
const
Properties
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 other) → bool -
The equality operator.
override