コード例 #1
0
ファイル: KDateTime.cs プロジェクト: JiahaoLU/KuantDotNet
 public KDateTime AddYears(int year)
 {
     return(new KDateTime(DT.AddYears(year)));
 }