TurkishDurationLocale class
Methods
-
day(int amount, [bool abbreviated = true])
→ String
-
Print
amount
day for the corresponding locale. The unit is abbreviated
if abbreviated
is set to true.
override
-
hour(int amount, [bool abbreviated = true])
→ String
-
Print
amount
hour for the corresponding locale. The unit is abbreviated
if abbreviated
is set to true.
override
-
inUnit(DurationTersity unit, int amount, [bool abbreviated = true])
→ String
-
inherited
-
microseconds(int amount, [bool abbreviated = true])
→ String
-
Print
amount
microseconds for the corresponding locale. The unit is
abbreviated if abbreviated
is set to true.
override
-
millisecond(int amount, [bool abbreviated = true])
→ String
-
Print
amount
millisecond for the corresponding locale. The unit is abbreviated
if abbreviated
is set to true.
override
-
minute(int amount, [bool abbreviated = true])
→ String
-
Print
amount
minute for the corresponding locale. The unit is abbreviated
if abbreviated
is set to true.
override
-
month(int amount, [bool abbreviated = true])
→ String
-
Print
amount
month for the corresponding locale. The unit is abbreviated
if abbreviated
is set to true.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
second(int amount, [bool abbreviated = true])
→ String
-
Print
amount
second for the corresponding locale. The unit is abbreviated
if abbreviated
is set to true.
override
-
toString()
→ String
-
A string representation of this object.
inherited
-
week(int amount, [bool abbreviated = true])
→ String
-
Print
amount
week for the corresponding locale. The unit is abbreviated
if abbreviated
is set to true.
override
-
year(int amount, [bool abbreviated = true])
→ String
-
Print
amount
years for the corresponding locale. The unit is abbreviated
if abbreviated
is set to true.
override