Converts the DateTimeOffset to it's JavaScript string representation.
| C# | Visual Basic | Visual C++ |
public static string ToString( DateTimeOffset value )
Public Shared Function ToString ( _ value As DateTimeOffset _ ) As String
public: static String^ ToString( DateTimeOffset value )
- value (DateTimeOffset)
- The value to convert.
A Json string representation of the DateTimeOffset.