TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ancy chacko
NA
71
18.4k
Displaying number of days in label
Feb 3 2015 8:39 AM
i have two calender and two dropdownlist. i want to check number of days.needs of dropdownlist is checking halfday or fullday.
halfday is 0.5 and full day is 1
i want to use the conditions....like if ....
where?
coding:
DateTime FromYear = Convert.ToDateTime(calfrom.SelectedDate);
DateTime ToYear = Convert.ToDateTime(calto.SelectedDate);
TimeSpan objTimeSpan = ToYear - FromYear;
double Days = Convert.ToDouble(objTimeSpan.TotalDays );
Label1.Text = Convert.ToString(Days);
Reply
Answers (
3
)
How to Send free SMS using web service
How to set font size,table size while export to PDF