---
title: "init(_:)"
framework: usdkit
role: symbol
role_heading: Initializer
path: "usdkit/usdlayer/timecode/init(_:)"
---

# init(_:)

Creates a time code at the given time.

## Declaration

```swift
init(_ time: Double)
```

## Parameters

- `time`: The underlying time value as a Double.
