time interval in c#
Posted
by NIks
on Stack Overflow
See other posts from Stack Overflow
or by NIks
Published on 2010-03-12T12:33:47Z
Indexed on
2010/03/12
12:37 UTC
Read the original article
Hit count: 262
c#
I am having start time and end time as two fields in my database of type Datetime, Now i want that start time and end time selected by user should not collapse in the interval of start time and end time that are already present in database. How to do this validation.
© Stack Overflow or respective owner