CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    634

    datype time to byte

    hi everyone, I need any help

    I want to able to convert any time to type byte.


    thanks in advance

  2. #2
    Join Date
    Dec 2001
    Posts
    6,313

    Re: datype time to byte

    Since a Byte only holds 8 bits, it cannot hold enough information. You can, however, use a byte array. I think StrConv() should be useful there.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width