Intersoft ClientUI Documentation
GetWeekDays Method
See Also  Send Feedback
Intersoft.Client.UI.ScheduleView Namespace > UXScheduleViewEditingFormViewModel Class : GetWeekDays Method






showName
Show the string name instead of the value.
Gets the week days format.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetWeekDays( _
   ByVal showName As Boolean _
) As String
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleViewEditingFormViewModel
Dim showName As Boolean
Dim value As String
 
value = instance.GetWeekDays(showName)
C# 
public virtual string GetWeekDays( 
   bool showName
)
Delphi 
public function GetWeekDays( 
    showName: Boolean
): String; virtual; 
JScript 
public function GetWeekDays( 
   showName : boolean
) : String;
Managed Extensions for C++ 
public: virtual string* GetWeekDays( 
   bool showName
) 
C++/CLI 
public:
virtual String^ GetWeekDays( 
   bool showName
) 

Parameters

showName
Show the string name instead of the value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.