RepliconModelFactory.Duration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of Duration(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>).
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