TimeOfDay Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TimeOfDay(Int64) |
Constructeur de TimeOfDay |
TimeOfDay(Int32, Int32, Int32, Int32) |
Constructeur de TimeOfDay |
TimeOfDay(Int64)
TimeOfDay(Int32, Int32, Int32, Int32)
Constructeur 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)
Paramètres
- hour
- Int32
Valeur d’heure de TimeOfDay
- minute
- Int32
Valeur minute de TimeOfDay
- second
- Int32
Deuxième valeur de TimeOfDay
- millisecond
- Int32
Valeur milliseconde de TimeOfDay, dont la précision sera milliseconde (3 chiffres).