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