I've been searching for ages and can't find the VB.NET version of 'type':

Code:
private Type MyVars
hours as byte
minutes as byte
End Type
How would I do that in VB.NET?

TIA