measurement-toolkit › "Time/Other/Minute" › Minute
↳ Minute
+ new Minute(value
: number): Minute
Inherited from SimpleUnit.constructor
Defined in SimpleUnit.ts:17
Parameters:
Name | Type |
---|---|
value |
number |
Returns: Minute
• baseUnit: Second‹› = new Second(this.value * 60)
Implementation of IDerivedUnit.baseUnit
Overrides SiDerivedUnit.baseUnit
Defined in Time/Other/Minute.ts:14
• symbol: string = "min"
Implementation of IUnitOfTime.symbol
Overrides SimpleUnit.symbol
Defined in Time/Other/Minute.ts:13
• value: number
Implementation of IUnitOfTime.value
Inherited from SimpleUnit.value
Defined in SimpleUnit.ts:15
• get to(): any
Defined in Unit.ts:14
Returns: any
▸ add(unit
: SimpleUnit): this
Inherited from SimpleUnit.add
Defined in SimpleUnit.ts:35
Parameters:
Name | Type |
---|---|
unit |
SimpleUnit |
Returns: this
▸ divideBy(unit
: SimpleUnit): this
Inherited from SimpleUnit.divideBy
Defined in SimpleUnit.ts:41
Parameters:
Name | Type |
---|---|
unit |
SimpleUnit |
Returns: this
▸ dividedBy(unit
: SimpleUnit): this
Inherited from SimpleUnit.dividedBy
Defined in SimpleUnit.ts:47
Parameters:
Name | Type |
---|---|
unit |
SimpleUnit |
Returns: this
▸ getConverters(): object
Implementation of IUnitOfTime
Inherited from SimpleDerivedUnit.getConverters
Overrides SimpleUnit.getConverters
Defined in SimpleDerivedUnit.ts:19
Returns: object
- [ key: string]: function
▸ (): ISimpleUnit
▸ multiply(unit
: SimpleUnit): this
Inherited from SimpleUnit.multiply
Defined in SimpleUnit.ts:53
Parameters:
Name | Type |
---|---|
unit |
SimpleUnit |
Returns: this
▸ percentageOf(unit
: SimpleUnit): this
Inherited from SimpleUnit.percentageOf
Overrides Unit.percentageOf
Defined in SimpleUnit.ts:59
Parameters:
Name | Type |
---|---|
unit |
SimpleUnit |
Returns: this
▸ percentageOfThis(unit
: SimpleUnit): this
Inherited from SimpleUnit.percentageOfThis
Defined in SimpleUnit.ts:65
Parameters:
Name | Type |
---|---|
unit |
SimpleUnit |
Returns: this
▸ subtract(unit
: SimpleUnit): this
Inherited from SimpleUnit.subtract
Defined in SimpleUnit.ts:29
Parameters:
Name | Type |
---|---|
unit |
SimpleUnit |
Returns: this
▸ toString(): string
Implementation of IUnitOfTime
Inherited from SimpleUnit.toString
Defined in SimpleUnit.ts:71
Returns: string