'Declaration
<System.ComponentModel.CategoryAttribute("Life Cycle")> Public Property ScheduledTime As System.Date
'Usage
Dim 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;}