Date Class
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
C#
[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
Date(Int32, Int32, Int32) |
Create a new Date object from a year, month, and day. |
To |
Convert the date to a string. |
Προϊόν | Εκδόσεις |
---|---|
Microsoft Graph .NET | latest |