Skip to content

Commit a3d225a

Browse files
ritroJake Ginnivan
authored andcommitted
ADD: one more comment
1 parent e2dbb37 commit a3d225a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/TestStack.White/UIItems/DateFormat.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ public static DateFormat Create(string dateSeparator, string pattern)
4949
return dateFormat;
5050
}
5151

52+
/// <summary>
53+
/// Use ',' as separator.
54+
/// </summary>
5255
public static DateFormat Parse(string @string)
5356
{
5457
string[] parts = @string.Split(',');

0 commit comments

Comments
 (0)