Compartilhar via


TimeOfDay Construtores

Definição

Sobrecargas

TimeOfDay(Int64)

Construtor de TimeOfDay

TimeOfDay(Int32, Int32, Int32, Int32)

Construtor de TimeOfDay

TimeOfDay(Int64)

Construtor 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

Aplica-se a

TimeOfDay(Int32, Int32, Int32, Int32)

Construtor 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 milissegundo de TimeOfDay, cuja precisão será de milissegundo (3 dígitos).

Aplica-se a