diff --git a/docs/OBS/Beat/set_Duration.md b/docs/OBS/Beat/set_Duration.md index 37f7e6362..fe87bd830 100644 --- a/docs/OBS/Beat/set_Duration.md +++ b/docs/OBS/Beat/set_Duration.md @@ -2,30 +2,27 @@ OBS.Beat.set_Duration() ----------------------- ### Synopsis - -OBS.Beat.set_Duration [[-Duration] ] +Gets the Duration --- ### Description +Gets the Duration of a Beat + --- ### Parameters #### **Duration** +The new duration. |Type |Required|Position|PipelineInput| |------------|--------|--------|-------------| -|`[timespan]`|false |0 |false | - ---- - -### Inputs -None +|`[TimeSpan]`|false |1 |false | --- ### Outputs -* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object) +* [TimeSpan] ---