We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ca1ec commit c7db94eCopy full SHA for c7db94e
Source/NETworkManager.Utilities/TimestampHelper.cs
@@ -43,7 +43,7 @@ public static bool IsTimestampedFilename(string fileName)
43
/// <summary>
44
/// Extracts the timestamp from a filename that starts with a timestamp prefix.
45
/// </summary>
46
- /// <remarks>Filenames are expected to start with yyyyMMddHHmmss format (14 characters).
+ /// <remarks>Filenames are expected to start with yyyyMMddHHmmss_* format (14 characters).
47
/// This method extracts the timestamp portion and parses it as a DateTime.
48
/// If the timestamp cannot be parsed, DateTime.MinValue is returned.</remarks>
49
/// <param name="fileName">The full path to the file or just the filename.</param>
0 commit comments