SolarDate class

Constructors

SolarDate([String? format])
SolarDate.sDate({String? defaultFormat, String? gregorian})

Properties

day int?
no setter
dayLong List<String>
getter/setter pair
dayShort List<String>
getter/setter pair
getDate String
no setter
getNow String
no setter
hashCode int
The hash code for this object.
no setterinherited
hour int?
no setter
isHoliday bool
no setter
microsecond int?
no setter
millisecond int?
no setter
minute int?
no setter
month int?
no setter
monthLong List<String>
getter/setter pair
monthName String
no setter
monthShort List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second int?
no setter
setDay int?
no getter
setHour int?
no getter
setMicrosecond int?
no getter
setMillisecond int?
no getter
setMinute int?
no getter
setMonth int?
no getter
setSecond int?
no getter
setWeekday int?
no getter
setYear int?
no getter
solarHoliday List<String>
getter/setter pair
weekday int?
no setter
weekdayName String
no setter
year int?
no setter

Methods

gregorianToSolar(int y, int m, int d, [String? separator]) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String formattedString, [String? separator]) → dynamic
parseToFormat(String parseDate, [String? format]) String
solarToGregorian(int y, int m, int d, [String? separator]) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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