コード例 #1
0
 public static string GetYear(string date)
 {
     return(providerFunctions.GetYear(date));
 }