JeevanJames / IniFile

.NET library to open, modify and save .INI files
Apache License 2.0
23 stars 12 forks source link

DateOnly and TimeOnly #158

Open Slesa opened 1 year ago

Slesa commented 1 year ago

I've tried to read only a time from Ini, but I get an exception that DateValue cannot be created from that string. Maybe the new classes DateOnly and TimeOnly should be added to the converting routines.