Date Class
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.
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. |