4 writes to withinInterval
System.Management (4)
managementquery.cs (4)
2682 this.withinInterval = withinInterval; 2826 set { withinInterval = value; BuildQuery(); } 3015 withinInterval = TimeSpan.Zero; 3050 withinInterval = TimeSpan.FromSeconds(((IConvertible)intervalString).ToDouble(null));
4 references to withinInterval
System.Management (4)
managementquery.cs (4)
2825 get { return withinInterval; } 2970 if (withinInterval != TimeSpan.Zero) 2971 s = s + " within " + withinInterval.TotalSeconds.ToString((IFormatProvider)CultureInfo.InvariantCulture.GetFormat(typeof(System.Double))); 3152 return new WqlEventQuery(eventClassName, withinInterval, condition, groupWithinInterval,