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