JAMS Developer Guide
WithinPastTime Property


MVPSI.JAMSWeb.Controls Namespace > QueryInfo Class : WithinPastTime Property
Gets or sets the time within the past timespan to look at.
Syntax
'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;}

Property Value

The within past time.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QueryInfo Class
QueryInfo Members