Returns day names (using current culture).
Namespace:
DayPilot.UtilsAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public static ArrayList GetDayNames( string format ) |
Visual Basic (Declaration) |
---|
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).