File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Source/NETworkManager.Utilities Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,9 @@ public static bool IsTimestampedFilename(string fileName)
4444 /// Extracts the timestamp from a filename that starts with a timestamp prefix.
4545 /// </summary>
4646 /// <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>
47+ /// This method extracts the timestamp portion and parses it as a DateTime.</remarks>
4948 /// <param name="fileName">The full path to the file or just the filename.</param>
50- /// <returns>The timestamp extracted from the filename, or DateTime.MinValue if parsing fails .</returns>
49+ /// <returns>The timestamp extracted from the filename.</returns>
5150 public static DateTime ExtractTimestampFromFilename ( string fileName )
5251 {
5352 // Extract the timestamp prefix (yyyyMMddHHmmss format, 14 characters)
You can’t perform that action at this time.
0 commit comments