Commit Latest
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user