TimeHelper

open class TimeHelper

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val MILLISECONDS_TO_MINUTES: Double = 1.6666666666666667E-5

Functions

Link copied to clipboard
open fun formatTimeAgo(timeInMillis: Long, resources: Resources): String
Link copied to clipboard
open fun getAverageTimeStamp(timeStampList: ArrayList<Long>): Long
Link copied to clipboard
open fun getHourDifferenceAll(date1: Date, date2: Date): Double
Link copied to clipboard
open fun getHourDifferenceTimeOnly(date1: Date, date2: Date): Double
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun toLabel(duration_ms: Double): String