<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: -",
    "macOS: 10.7.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMedia",
  "identifier" : "/documentation/CoreMedia/CMTime/-(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Operator",
  "symbol" : {
    "kind" : "Operator",
    "modules" : [
      "Core Media",
      "CoreMedia"
    ],
    "preciseIdentifier" : "s:So6CMTimea9CoreMediaE1soiyA2B_ABtFZ"
  },
  "title" : "-(_:_:)"
}
-->

# -(_:_:)

Returns a new time that represents the difference between two times.

```
static func - (minuend: CMTime, subtrahend: CMTime) -> CMTime
```

## Parameters

`minuend`

A time value.

`subtrahend`

A time value to subtract from the minuend.

## Return Value

A time value that represents the result of the operation.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)