setting custome value to segmentclock
|
10-29-2014, 02:33 AM
Post: #2
|
|||
|
|||
RE: setting custome value to segmentclock
Hi!
In C++Builder there's a function that does that job for you: System::TDateTime __fastcall EncodeTime(Word Hour,Word Min,Word Sec,Word MSec); Don't know about VC, perhaps it has something similar function. If it uses the same format as the TDateTime datatype in Builder then the integral part is the date (not used here of course) and the fractional part the time. Perhaps that helps somewhat, as an alternative you could perhaps use a SegmentText and display whatever string you want to be displayed. Regards, Dave |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
setting custome value to segmentclock - umeshwalkar - 10-28-2014, 07:27 PM
RE: setting custome value to segmentclock - Dave - 10-29-2014 02:33 AM
Alac converter
bound - CobDiomi - 12-03-2016, 07:59 PM
|
User(s) browsing this thread: 1 Guest(s)