Click or drag to resize
Json.NET Schema

JSchemaValidatingWriterWriteValue Method (DateTime)

 
Writes a DateTime value.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual void WriteValue(
	DateTime value
)

Parameters

value
Type: SystemDateTime
The DateTime value to write.
See Also