TimeOfDay Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TimeOfDay(Int64) |
Construtor de TimeOfDay |
TimeOfDay(Int32, Int32, Int32, Int32) |
Construtor de TimeOfDay |
TimeOfDay(Int64)
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).