BuiltIn.DateTime.DateTimeResolution Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
BuiltIn.DateTime.DateTimeResolution(DateTime)
- Bron:
- 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
Van toepassing op
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>)
- Bron:
- 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>