BuiltIn.DateTime.DateTimeResolution Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
BuiltIn.DateTime.DateTimeResolution(DateTime)
- Zdroj:
- 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)
Parametry
- dateTime
- DateTime
Platí pro
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>)
- Zdroj:
- 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)
Parametry
- reference
- Nullable<BuiltIn.DateTime.Reference>
- dayPart
- Nullable<BuiltIn.DateTime.DayPart>