TimeUtils class

Simple utilities to work with time

Constructors

TimeUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

getTimeString(DateTime time, {String s1 = "", String s2 = "_", String s3 = ""}) String
Returns a nicely formatted date time string.