다음을 통해 공유


TimeOfDay 생성자

정의

오버로드

TimeOfDay(Int64)

생성자 TimeOfDay

TimeOfDay(Int32, Int32, Int32, Int32)

생성자 TimeOfDay

TimeOfDay(Int64)

생성자 TimeOfDay

public TimeOfDay (long ticks);
new Microsoft.OData.Edm.TimeOfDay : int64 -> Microsoft.OData.Edm.TimeOfDay
Public Sub New (ticks As Long)

매개 변수

ticks
Int64

TimeOfDay의 틱 값

적용 대상

TimeOfDay(Int32, Int32, Int32, Int32)

생성자 TimeOfDay

public TimeOfDay (int hour, int minute, int second, int millisecond);
new Microsoft.OData.Edm.TimeOfDay : int * int * int * int -> Microsoft.OData.Edm.TimeOfDay
Public Sub New (hour As Integer, minute As Integer, second As Integer, millisecond As Integer)

매개 변수

hour
Int32

TimeOfDay의 시간 값

minute
Int32

TimeOfDay의 분 값

second
Int32

TimeOfDay의 두 번째 값

millisecond
Int32

전체 자릿수가 밀리초(3자리)인 TimeOfDay의 밀리초 값입니다.

적용 대상