Best aproach for working with Time in C# WinForms?
Posted
by MadBoy
on Stack Overflow
See other posts from Stack Overflow
or by MadBoy
Published on 2010-03-19T19:54:53Z
Indexed on
2010/03/19
20:01 UTC
Read the original article
Hit count: 216
I'm trying to make a field where user will enter amount of time per day he/she spent on a project per day. It can be from 30 minutes to 8 hours. Is DateTimePicker
with CustomFormat
hh:mm best choice for this? Or there's better alternative for WinForms C#? Maybe TextBox
or MaskedTextBox
with special settings?
© Stack Overflow or respective owner