The Date format written is determined by the iseJsonDateFormat parameter that was supplied when creating this JSON builder.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| value | Date | The Date Time value. If this does not have a 'Kind' of DateTimeKind.Utc, it will be assumed to be in local time and converted to UTC using the .NET ToUniversalTime() method. |