Skip to content

Commit c7db94e

Browse files
committed
Update TimestampHelper.cs
1 parent 96ca1ec commit c7db94e

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
@@ -43,7 +43,7 @@ public static bool IsTimestampedFilename(string fileName)
4343
/// <summary>
4444
/// Extracts the timestamp from a filename that starts with a timestamp prefix.
4545
/// </summary>
46-
/// <remarks>Filenames are expected to start with yyyyMMddHHmmss format (14 characters).
46+
/// <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>
4949
/// <param name="fileName">The full path to the file or just the filename.</param>

0 commit comments

Comments
 (0)