J
John A Grandy
What are some best practices for storing pure dates and pure times in .NET ?
I notice that DateTime.TimeOfDay() returns type TimeSpan , which is
certainly sufficient for storing pure times , but not constrained ...
Do people write their own classes ? Or have I overlooked one or more
intrinsic .NET classes ?
I notice that DateTime.TimeOfDay() returns type TimeSpan , which is
certainly sufficient for storing pure times , but not constrained ...
Do people write their own classes ? Or have I overlooked one or more
intrinsic .NET classes ?