Commit Latest

This commit is contained in:
2025-11-03 15:52:27 -05:00
parent 9baa0e20f3
commit 093c6b0214
5 changed files with 583 additions and 518 deletions

View File

@@ -141,6 +141,7 @@ namespace MarketData.Utils
return 0;
}
}
//"Aug 23, 2013"
public static DateTime ParseValueDateTimeMonthFormat(String strText)
{
@@ -158,6 +159,7 @@ namespace MarketData.Utils
return DateTime.Parse("01-01-0001");
}
}
// "Apr. 04"
// "1:00pm"
public static DateTime ParseValueDateTimeMonth(String strText)
@@ -195,7 +197,6 @@ namespace MarketData.Utils
}
}
// Sep. 25, 2022 at 4:31 p.m. ET
public static DateTime ParseValueDateTimeMonthFormatTZ(String strText)
{
@@ -249,6 +250,7 @@ namespace MarketData.Utils
return null;
}
}
public static double ParseValue(String strText)
{
double value = double.NaN;