Skip to content

Commit 96ca1ec

Browse files
Update Source/NETworkManager.Utilities/TimestampHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3e69dce commit 96ca1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NETworkManager.Utilities/TimestampHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)