convertLong
Converts an array with days, hours, minutes and seconds to a string with days, hours, minutes and seconds
const time = client.convertLong([5, 2, 30, 42])Last updated
Was this helpful?
Converts an array with days, hours, minutes and seconds to a string with days, hours, minutes and seconds
const time = client.convertLong([5, 2, 30, 42])Last updated
Was this helpful?
Was this helpful?