BuiltIn.DateTime.DateTimeResolution Constructors
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.
Overloads
BuiltIn.DateTime.DateTimeResolution(DateTime)
- Source:
- Resolution.cs
public DateTimeResolution (DateTime dateTime);
new Microsoft.Bot.Builder.Luis.BuiltIn.DateTime.DateTimeResolution : DateTime -> Microsoft.Bot.Builder.Luis.BuiltIn.DateTime.DateTimeResolution
Public Sub New (dateTime As DateTime)
Parameters
- dateTime
- DateTime
Applies to
BuiltIn.DateTime.DateTimeResolution(Nullable<BuiltIn.DateTime.Reference>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DayOfWeek>, Nullable<BuiltIn.DateTime.DayPart>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
- Source:
- Resolution.cs
public DateTimeResolution (Microsoft.Bot.Builder.Luis.BuiltIn.DateTime.Reference? reference = default, int? year = default, int? month = default, int? day = default, int? week = default, DayOfWeek? dayOfWeek = default, Microsoft.Bot.Builder.Luis.BuiltIn.DateTime.DayPart? dayPart = default, int? hour = default, int? minute = default, int? second = default);
new Microsoft.Bot.Builder.Luis.BuiltIn.DateTime.DateTimeResolution : Nullable<Microsoft.Bot.Builder.Luis.BuiltIn.DateTime.Reference> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<DayOfWeek> * Nullable<Microsoft.Bot.Builder.Luis.BuiltIn.DateTime.DayPart> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Bot.Builder.Luis.BuiltIn.DateTime.DateTimeResolution
Public Sub New (Optional reference As Nullable(Of BuiltIn.DateTime.Reference) = Nothing, Optional year As Nullable(Of Integer) = Nothing, Optional month As Nullable(Of Integer) = Nothing, Optional day As Nullable(Of Integer) = Nothing, Optional week As Nullable(Of Integer) = Nothing, Optional dayOfWeek As Nullable(Of DayOfWeek) = Nothing, Optional dayPart As Nullable(Of BuiltIn.DateTime.DayPart) = Nothing, Optional hour As Nullable(Of Integer) = Nothing, Optional minute As Nullable(Of Integer) = Nothing, Optional second As Nullable(Of Integer) = Nothing)
Parameters
- reference
- Nullable<BuiltIn.DateTime.Reference>
- dayPart
- Nullable<BuiltIn.DateTime.DayPart>