Date(Int32, Int32, Int32) Constructor

Definition

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.

Applies to