示例#1
0
 public Builder ExpiresOn(YearMonth yearMonth)
 {
     _expirationYear  = yearMonth.Year;
     _expirationMonth = yearMonth.Month;
     return(this);
 }