Skip to content

Commit c86a558

Browse files
committed
Added UnitTest data for TimeSpan
1 parent a7fa2ad commit c86a558

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"Tick": "00:00:00.0468006",
3+
"Millisecond": "00:00:00.1250000",
4+
"Second": "00:00:08.0000000",
5+
"Minute": "00:55:02.0000000",
6+
"Hour": "21:30:07.0000000",
7+
"NullableWithoutValue": null,
8+
"NullableWithValue": "21:30:07.0000000",
9+
}

0 commit comments

Comments
 (0)