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