TempohJadual enum

Inheritance
Available extensions

Values

harini → const TempohJadual
minggu → const TempohJadual

memberi respon untuk harini dan 7 hari berikutnya (jumlah respon ialah 8 hari). Terdapat pengecualian di mana jika tempoh minggu itu akan bertukar tahun, pelayan akan mengeluarkan ralat

bulan → const TempohJadual

akan memberi respon untuk bulan semasa. Contohnya hari ini ialah 31 Disember 2023, maka julat respon waktu solat ialah 1 Disember 2023 hingga 31 Disember 2023.

tahun → const TempohJadual

akan memberi respon untuk tahun semasa. Contohnya hari ini ialah 31 Disember 2023, maka julat respon waktu solat ialah 1 Januari 2023 hingga 31 Disember 2023.

durasi → const TempohJadual

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<TempohJadual>
A constant List of the values in this enum, in order of their declaration.