Click or drag to resize

JsonConvertToString Method (DateTime, DateFormatHandling, DateTimeZoneHandling)

Namespace:  Newtonsoft.Json
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static string ToString(
	DateTime value,
	DateFormatHandling format,
	DateTimeZoneHandling timeZoneHandling
)

Parameters

value
Type: SystemDateTime
format
Type: Newtonsoft.JsonDateFormatHandling
timeZoneHandling
Type: Newtonsoft.JsonDateTimeZoneHandling

Return Value

Type: String
See Also