---
title: "*(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/duration/*(_:_:)-p8xl"
---

# *(_:_:)

## Declaration

```swift
static func * <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
```
