Returns day names (using current culture).
Namespace: DayPilot.Web.Mvc.UtilsAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public static ArrayList GetDayNames( string format ) |
Visual Basic |
---|
Public Shared Function GetDayNames ( _ format As String _ ) As ArrayList |
Visual C++ |
---|
public: static ArrayList^ GetDayNames( String^ format ) |
Parameters
- format
- Type: System..::..String
Corresponds to DateTime.ToString() formats. "DD" is also available (first two characters of short day name).