Skip to content

Commit 34e7368

Browse files
authored
Fix SortableDateTimePattern (#73)
1 parent 434fd39 commit 34e7368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/nanoFramework.CoreLibrary/System/Globalization/DateTimeFormatInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public String SortableDateTimePattern
166166
{
167167
get
168168
{
169-
return SortableDateTimePattern;
169+
return _sortableDateTimePattern;
170170
}
171171
}
172172

0 commit comments

Comments
 (0)