Back to reference

Time

Time in hours, minutes, and seconds.

Within DocumentStats, used by both readingTime and speakingTime.

interface Time {
  h: number;
  m: number;
  s: number;
}

Properties

hType: number

Hours

mType: number

Minutes

sType: number

Seconds

Last Updated: 4/12/2023, 3:24:55 PM