| WeekOverviewFormatDayAndWeek Method (DateTime) |
Returns a formatted version of day and week according to the given timestamp.
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static string FormatDayAndWeek(
DateTime timestamp
)
Public Shared Function FormatDayAndWeek (
timestamp As DateTime
) As String
Parameters
- timestamp
- Type: SystemDateTime
Timestamp to format.
Return Value
Type:
StringFormatted timestamp.
Remarks See Also