Date(Int32, Int32, Int32) Constructeur
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.
Constructeur de Date
public Date (int year, int month, int day);
new Microsoft.OData.Edm.Date : int * int * int -> Microsoft.OData.Edm.Date
Public Sub New (year As Integer, month As Integer, day As Integer)
Paramètres
- year
- Int32
Valeur de l’année de la date
- month
- Int32
Valeur de mois de la date
- day
- Int32
Valeur de jour de la date