RepliconModelFactory.Duration Method

Definition

public static Azure.Connectors.Sdk.Replicon.Models.Duration Duration(int? hours = default, int? microseconds = default, int? milliseconds = default, int? minutes = default, int? seconds = default);
static member Duration : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.Connectors.Sdk.Replicon.Models.Duration
Public Shared Function Duration (Optional hours As Nullable(Of Integer) = Nothing, Optional microseconds As Nullable(Of Integer) = Nothing, Optional milliseconds As Nullable(Of Integer) = Nothing, Optional minutes As Nullable(Of Integer) = Nothing, Optional seconds As Nullable(Of Integer) = Nothing) As Duration

Parameters

hours
Nullable<Int32>
microseconds
Nullable<Int32>
milliseconds
Nullable<Int32>
minutes
Nullable<Int32>
seconds
Nullable<Int32>

Returns

Applies to