Esempio n. 1
0
 public bool IsMatchingDate(string groupName)
 {
     return(DateInfoManager.IsMatchingDate(this.Date, groupName));
 }
Esempio n. 2
0
 public bool IsMatchingDate()
 {
     return(DateInfoManager.IsMatchingDate(this.Date));
 }