I'm stuck at the moment gents, and would like to ask for your help.

I have a registry value (reg_binary): B7 59 C4 4A
I know that this value contains a Date and a Time, you guessed it

How to convert?

I'm reading the value like this:
Code:
Dim ActiveSince() As Byte = Nothing
ActiveSince = My.Computer.Registry.LocalMachine.OpenSubKey("Software\MyApp\Version").GetValue("ActiveSince")
I'm not asking a lot of times here as almost everything is to be found when one searches carefully, at the moment I can't find it.
Your help would be appreciated a lot by me.

Kind Regards, Starf0x