File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Source/NETworkManager.Utilities Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public static bool IsTimestampedFilename(string fileName)
4646 /// <remarks>Filenames are expected to start with yyyyMMddHHmmss format (14 characters).
4747 /// This method extracts the timestamp portion and parses it as a DateTime.
4848 /// If the timestamp cannot be parsed, DateTime.MinValue is returned.</remarks>
49- /// <param name="filePath ">The full path to the file or just the filename.</param>
49+ /// <param name="fileName ">The full path to the file or just the filename.</param>
5050 /// <returns>The timestamp extracted from the filename, or DateTime.MinValue if parsing fails.</returns>
5151 public static DateTime ExtractTimestampFromFilename ( string fileName )
5252 {
You can’t perform that action at this time.
0 commit comments