Click or drag to resize

WeekOverviewFormatDayAndWeek Method (DateTime, CultureInfo)

Returns a formatted version of day and week according to the given timestamp and regional settings.

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static string FormatDayAndWeek(
	DateTime timestamp,
	CultureInfo culture
)

Parameters

timestamp
Type: SystemDateTime
Timestamp to format.
culture
Type: System.GlobalizationCultureInfo
Regional settings.

Return Value

Type: String
Formatted timestamp.
Remarks