JsonConvertToString Method (DateTimeOffset, DateFormatHandling) |
Namespace:
Newtonsoft.Json
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static string ToString(
DateTimeOffset value,
DateFormatHandling format
)
Parameters
- value
- Type: SystemDateTimeOffset
- format
- Type: Newtonsoft.JsonDateFormatHandling
Return Value
Type:
StringSee Also