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
Abhilash J A
502
2.4k
597.2k
datetime error in C#
Nov 9 2016 4:50 AM
Hello everyone,
Here LogInTime and LogOutTime are datetime datatype. How to solve this error?
AccessDate = (DateTime.TryParse(x.LogOutTime,
out
parsed)) ? parsed.ToShortDateString() :
"Unknown"
,
AccessTimeFrame = (DateTime.TryParse(x.LogOutTime,
out
parsed)) ? parsed.ToShortTimeString() :
"Unknown"
,
Reply
Answers (
4
)
Function calculate the Period of team
Where do I put my business logic in mvc?