4 writes to withinInterval
System.Management (4)
System\Management\ManagementQuery.cs (4)
2686this.withinInterval = withinInterval; 2830set { withinInterval = value; BuildQuery(); } 3019withinInterval = TimeSpan.Zero; 3053withinInterval = TimeSpan.FromSeconds(((IConvertible)intervalString).ToDouble(null));
4 references to withinInterval
System.Management (4)
System\Management\ManagementQuery.cs (4)
2829get { return withinInterval; } 2975if (withinInterval != TimeSpan.Zero) 2976s = s + " within " + withinInterval.TotalSeconds.ToString((IFormatProvider)CultureInfo.InvariantCulture.GetFormat(typeof(double))); 3155return new WqlEventQuery(eventClassName, withinInterval, condition, groupWithinInterval,