NVelocity.App.Tools.VelocityFormatter.FormatLongDateTime C# (CSharp) Метод

FormatLongDateTime() публичный Метод

Formats a date/time in 'long' style.
public FormatLongDateTime ( System.DateTime date ) : String
date System.DateTime A Date.
Результат String
		public String FormatLongDateTime(DateTime date)
		{
			return SupportClass.FormatDateTime(SupportClass.GetDateTimeFormatInstance(1, 1, CultureInfo.CurrentCulture), date);
		}