'Declaration
<System.ComponentModel.CategoryAttribute("Life Cycle")> Public Property StartTimeUTC As System.Date
'Usage
Dim instance As Entry Dim value As System.Date instance.StartTimeUTC = value value = instance.StartTimeUTC
[System.ComponentModel.Category("Life Cycle")] public System.DateTime StartTimeUTC {get; set;}