'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.ComponentModel.TypeConverterAttribute("MVPSI.JAMSWeb.Controls.JAMSTimeConverter, JAMSWebControls, Version=4.5.1.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")> Public Property WithinPastTime As System.String
'Usage
Dim instance As QueryInfo Dim value As System.String instance.WithinPastTime = value value = instance.WithinPastTime
[System.ComponentModel.DefaultValue()] [System.ComponentModel.NotifyParentProperty(true)] [System.ComponentModel.TypeConverter("MVPSI.JAMSWeb.Controls.JAMSTimeConverter, JAMSWebControls, Version=4.5.1.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")] public System.string WithinPastTime {get; set;}