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


Featured Threads
  Maxforums Tournament 7 - Round 3
(11 replies)
  Maxforums Tournament 7 - Round 2
(37 replies)
  Maxforums Tournament 7 - Round 1
(84 replies)
  The Life of a Sea Turtle - Tutorial by mrgrotey
(85 replies)
  So what are you working on? =)
(1622 replies)
  Want free webspace?
(16 replies)
  spam alert!!!
(2644 replies)
  Maxforums member photo gallery index
(93 replies)
  Maxforums Member Tutorials
(82 replies)
  three cheers to maxforums...
(178 replies)
  The Grotorial Index Page
(57 replies)
  101 Things you didnt know in Max...
(159 replies)
  A Face tutorial from MDB101 :D
(95 replies)
  Free textures thread
(72 replies)
  Maxforums.org Members Gallery
(474 replies)
  SON OF POST YOURSELF
(582 replies)
  Dub's Maxscript Tutorial Index
(115 replies)
  The Best Art of Maxforums [56k warning]
(101 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 169 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 150 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;
_____________________________________________

read 148 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