K
Krish
I am populating date and time into a date time, this is for a intra day price
series. Would you recommend that I use "string" data type for both date and time.
Also how do I query prices for a given date, I did
DataRow[] rows = dt.Select("priceDate = 6/1/2004","priceValue");
Could someone please help me with the syntax.
Is it true that there are no date and time datatypes in C# ?
regards
series. Would you recommend that I use "string" data type for both date and time.
Also how do I query prices for a given date, I did
DataRow[] rows = dt.Select("priceDate = 6/1/2004","priceValue");
Could someone please help me with the syntax.
Is it true that there are no date and time datatypes in C# ?
regards