| JSchemaValidatingWriterWriteValue Method (DateTime) |
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public virtual void WriteValue(
DateTime value
)
Parameters
- value
- Type: SystemDateTime
The DateTime value to write.
See Also