Is there a standard way to represent TSQL Minimum date in ASP.NET -
I want to start datetime unit for the least possible date in TSQL.
(As you all know 1/1/1753
)
Is ASP.NET a standard way of representing this date?
I mean DateTime.SQLMinValue
(this does not exist), instead of new date time (year, month, date)
?
If so, please post it, thank you!
system. Scale type SQL DatetimeMinView;
... and for reference.
Comments
Post a Comment