You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have an option to create a FileTime struct for a specific date. Since FileTime can only be constructed from a SystemTime instance there is no way to initialize it with a specific date (unless I miss something).
I'd like to have an option to create a
FileTime
struct for a specific date. SinceFileTime
can only be constructed from aSystemTime
instance there is no way to initialize it with a specific date (unless I miss something).API could look like that of chrono:
The text was updated successfully, but these errors were encountered: