コード例 #1
0
 /// <summary>
 /// Gets the English name of the month.
 /// </summary>
 /// <param name="date">The date.</param>
 /// <returns>The English name of the month.</returns>
 public static string GetMonthName(DateTimeOffset date)
 {
     return(TimeUtils.GetMonthName(date));
 }