BuiltIn.DateTime.DateTimeResolution 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
매개 변수
- dateTime
- DateTime
적용 대상
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)
매개 변수
- reference
- Nullable<BuiltIn.DateTime.Reference>
- dayPart
- Nullable<BuiltIn.DateTime.DayPart>