DateCellValue class Cell Values
A cell value containing a date (year, month, day).
Constructors
- DateCellValue({required int year, required int month, required int day})
-
Creates a date cell value from
year,month, andday.const - DateCellValue.fromDateTime(DateTime dt)
- Creates a date cell value from a DateTime.
Properties
Methods
-
asDateTimeLocal(
) → DateTime - Converts to a local DateTime.
-
asDateTimeUtc(
) → DateTime - Converts to a UTC DateTime.
-
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