I am using the DateTime.ToFileTime and FromFileTime methods to store and retrieve timestamps in a database. The mininum windows file time is midnight, Jan 1, 1601. Is there a constant similar to DateTime.MinValue, that describes this value?
I am using the DateTime.ToFileTime and FromFileTime methods to store and retrieve timestamps in
Share
No, but it is simple to create your own: