RepliconModelFactory.Date 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 Date(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>).
public static Azure.Connectors.Sdk.Replicon.Models.Date Date(int? day = default, int? month = default, int? year = default);
static member Date : Nullable<int> * Nullable<int> * Nullable<int> -> Azure.Connectors.Sdk.Replicon.Models.Date
Public Shared Function Date (Optional day As Nullable(Of Integer) = Nothing, Optional month As Nullable(Of Integer) = Nothing, Optional year As Nullable(Of Integer) = Nothing) As Date