Hi

I created a project in VB6 and now converting it to CSharp
In my vb6 project i defined a User defined type as below

Code:
Type Dated
         day     As String
         month   As String
         year    As String
End Type
Now i want to convert it to CSharp (i searched it on the web but helpless)

How can i acomplish this in CSharp?

any help will be appreciated a lot