Condividi tramite


TimeOfDay Costruttori

Definizione

Overload

TimeOfDay(Int64)

Costruttore di TimeOfDay

TimeOfDay(Int32, Int32, Int32, Int32)

Costruttore di TimeOfDay

TimeOfDay(Int64)

Costruttore di TimeOfDay

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

Parametri

ticks
Int64

graduazione del valore di TimeOfDay

Si applica a

TimeOfDay(Int32, Int32, Int32, Int32)

Costruttore di 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)

Parametri

hour
Int32

Valore dell'ora di TimeOfDay

minute
Int32

Valore minuto di TimeOfDay

second
Int32

Secondo valore di TimeOfDay

millisecond
Int32

Valore in millisecondo di TimeOfDay, la cui precisione sarà milliseconda (3 cifre).

Si applica a