Compartir a través de


TimeOfDay Constructores

Definición

Sobrecargas

TimeOfDay(Int64)

Constructor de TimeOfDay

TimeOfDay(Int32, Int32, Int32, Int32)

Constructor de TimeOfDay

TimeOfDay(Int64)

Constructor de TimeOfDay

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

Parámetros

ticks
Int64

valor ticks de TimeOfDay

Se aplica a

TimeOfDay(Int32, Int32, Int32, Int32)

Constructor de 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)

Parámetros

hour
Int32

Valor de hora de TimeOfDay

minute
Int32

Valor de minuto de TimeOfDay

second
Int32

Segundo valor de TimeOfDay

millisecond
Int32

Valor de milisegundos de TimeOfDay, cuya precisión será milisegundo (3 dígitos).

Se aplica a