You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: KGySoft.Json/Json/_Enums/JsonDateTimeFormat.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ public enum JsonDateTimeFormat
188
188
189
189
/// <summary>
190
190
/// <para>Represents Microsoft's legacy AJAX and WCF REST date-time format. Similarly to <see cref="UnixMilliseconds"/>, it is also
191
-
/// based elapsed milliseconds since Unix Epic time but has a specific string format and can also encode time offset.</para>
191
+
/// based on elapsed milliseconds since Unix Epic time but has a specific string format and can also encode a time offset.</para>
192
192
/// <para><strong>Examples:</strong>
193
193
/// <list type="bullet">
194
194
/// <item><see cref="DateTime.Kind">DateTime.Kind</see> is <see cref="DateTimeKind.Utc"/> or <see cref="DateTimeKind.Unspecified"/>, or <see cref="DateOnly"/> instances: <c>/Date(1578873600000)/</c></item>
0 commit comments