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