I am getting an error when trying to use the GetSlice() method.
cl.Rows.GetSlice( DateTime(2014,12,28,20,0,0), DateTime(2014,12,28,23,0,0))
The error is: This expression was expected to have type DateTime option but here has type DateTime. This error is given for both parameters ( DateTime(2014,12,28,20,0,0), DateTime(2014,12,28,23,0,0) ) in the above code
Could some one explain the differnce between type of 'DateTime option' a type of 'DateTime'. What would be the correct correct syntax to use for the above code?
FsLab version(0.3.17)