Date Class

Definition

Custom Date model for serialization

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Graph.DateConverter))]
public class Date
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Graph.DateConverter))>]
type Date = class
Public Class Date
Inheritance
Date
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

Date(Int32, Int32, Int32)

Create a new Date object from a year, month, and day.

Properties

Day

The date's day.

Month

The date's month.

Year

The date's year.

Methods

ToString()

Convert the date to a string.

Applies to