DateTimeString class
- Inheritance
-
- Object
- Comparable<
DateTimeString> - DateTimeString
Constructors
- DateTimeString(String value)
- DateTimeString.fromDateTime(DateTime dateTime)
Properties
- dateTime → DateTime
-
final
- firstDayOfMonth → DateTime
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastDayOfMonth → DateTime
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
Methods
-
compareTo(
DateTimeString other) → int -
Compares this object to another object.
override
-
formateDate(
{bool name = true, bool withYear = true, bool withDate = true}) → String -
formateTime(
{bool withSec = false}) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited