ILibDateOptions class

Constructors

ILibDateOptions.new({String? locale, int? year, int? month, int? day, int? hour, int? minute, int? second, int? millisecond, int? unixtime, String? timezone, String? calendar, DateTime? dateTime, String? type})
locale Locales are specified either with a specifier string that follows the BCP-47 convention, year The year month The month day The day of the month hour The hour of the day minute The minute 0..59 second The second 0..59 millisecond The millisecond 0..999 unixtime Sets the time of this instance according to the given unix time. timezone Time zone name as a string calendar Same as "type" property dateTime DateTime class of flutter type Specifies the type/calendar of the date desired.

Properties

calendar String?
getter/setter pair
dateTime DateTime?
getter/setter pair
day int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hour int?
getter/setter pair
locale String?
getter/setter pair
millisecond int?
getter/setter pair
minute int?
getter/setter pair
month int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second int?
getter/setter pair
timezone String?
getter/setter pair
type String?
getter/setter pair
unixtime int?
getter/setter pair
year int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonString() String
A string representation of parameters to call functions of iLib library properly
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited