tripkit-android / com.skedgo.tripkit.datetime / PrintTime
PrintTime
interface PrintTime
An UseCase to print time with respect of 24-hour (or 12-hour) setting on users' device.
Functions
Name | Summary |
---|---|
execute | abstract fun execute(dateTime: DateTime): Flowable< String > |
abstract fun print(dateTime: DateTime): String |
|
printLocalTime | abstract fun printLocalTime(localTime: LocalTime): String |