3 references to DateTimeMatcher
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (3)
308
{typeof(ExpiredAccountFilter), "AccountExpirationDate", new MatcherDelegate(
DateTimeMatcher
)},
309
{typeof(LastLogonTimeFilter), "LastLogin", new MatcherDelegate(
DateTimeMatcher
)},
310
{typeof(PasswordSetTimeFilter), "PasswordAge", new MatcherDelegate(
DateTimeMatcher
)},