Date(Int32, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor of 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)
Parameters
- year
- Int32
Year value of date
- month
- Int32
Month value of date
- day
- Int32
Day value of date