Forum Groups
  All forums
    Help & Feedback
      Questions
      Work in progress
      Finished Art
      Non-Max related
    Community
      Offtopic
      News
    Hardware
    Photography


Featured Threads
  Member galleries are online
(132 replies)
  So what are you working on? =)
(1279 replies)
  Want free webspace?
(13 replies)
  spam alert!!!
(2170 replies)
  Maxforums member photo gallery index
(90 replies)
  Maxforums Member Tutorials
(71 replies)
  three cheers to maxforums...
(176 replies)
  The Grotorial Index Page
(57 replies)
  101 Things you didnt know in Max...
(152 replies)
  A Face tutorial from MDB101 :D
(95 replies)
  Free textures thread
(65 replies)
  Maxforums.org Members Gallery
(473 replies)
  SON OF POST YOURSELF
(540 replies)
  Dub's Maxscript Tutorial Index
(113 replies)
  The Best Art of Maxforums [56k warning]
(100 replies)


C# question
show user profile  mathias-soeholm
Hey guys, any c# programmers here?

I wast just wondering how I can get the current time as an int..
Like current time 17:45 --> 1745
so it's HHMM


read 131 times
2/8/2010 1:56:48 AM (last edit: 2/8/2010 1:56:48 AM)
show user profile  mathias-soeholm
Nevermind just found it..

int currentTime = Int32.Parse(lblTime.Text = DateTime.Now.ToString("hhmm"));


read 112 times
2/8/2010 3:02:17 AM (last edit: 2/8/2010 3:02:17 AM)
show user profile  gogodr
you can do it like this

int HHMM;

HHMM = DateTime.Hour * 100 + DateTime.Minute;
_____________________________________________
Gogodr's Page

read 110 times
2/8/2010 3:03:10 AM (last edit: 2/8/2010 3:03:10 AM)
#Maxforums IRC
Open chat window


Support Maxforums.org