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.
Create a new Date object from a year, month, and day.
public Date (int year, int month, int day);
new Microsoft.Graph.Date : int * int * int -> Microsoft.Graph.Date
Public Sub New (year As Integer, month As Integer, day As Integer)
Parameters
- year
- Int32
The year.
- month
- Int32
The month.
- day
- Int32
The day of the month.