Intersoft WebScheduler Documentation
GetStartDateOfWeek(DateTime) Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebScheduler Class : GetStartDateOfWeek(DateTime) Method






selectedDate

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function GetStartDateOfWeek( _
   ByVal selectedDate As System.Date _
) As System.Date
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim selectedDate As System.Date
Dim value As System.Date
 
value = instance.GetStartDateOfWeek(selectedDate)
C# 
public System.DateTime GetStartDateOfWeek( 
   System.DateTime selectedDate
)
Delphi 
public function GetStartDateOfWeek( 
    selectedDate: System.DateTime
): System.DateTime; 
JScript 
public function GetStartDateOfWeek( 
   selectedDate : System.DateTime
) : System.DateTime;
Managed Extensions for C++ 
public: System.DateTime GetStartDateOfWeek( 
   System.DateTime selectedDate
) 
C++/CLI 
public:
System.DateTime GetStartDateOfWeek( 
   System.DateTime selectedDate
) 

Parameters

selectedDate

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

©2013 Intersoft Solutions Corp. All Rights Reserved.