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
David Smith
NA
2k
0
DateTime Logic
Dec 4 2012 2:16 AM
HOw to convert this logic to C # below from visual basic 6. I am not for you how you suppose to do the logic below
// If ServiceTimeStart >= #12:00:00 AM# And ServiceTimeStart < #12:00:00 PM# Then
// ServiceTime = "M"
//ElseIf ServiceTimeStart >= #12:00:00 PM# And ServiceTimeStart < #6:00:00 PM# Then
// ServiceTime = "A"
//ElseIf ServiceTimeStart > #6:00:00 PM# And ServiceTimeStart < #12:00:00 AM# Then
// ServiceTime = "E"
//ElseIf IsNull(ServiceTimeStart) Then
// ServiceTime = "D"
End If
Reply
Answers (
5
)
Serial port not read data
Microsoft Synchronization Framework