Intersoft WebScheduler Documentation
GetStartDateOfMonth Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebScheduler Class : GetStartDateOfMonth Method






selectedDate

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function GetStartDateOfMonth( _
   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.GetStartDateOfMonth(selectedDate)
C# 
public System.DateTime GetStartDateOfMonth( 
   System.DateTime selectedDate
)
Delphi 
public function GetStartDateOfMonth( 
    selectedDate: System.DateTime
): System.DateTime; 
JScript 
public function GetStartDateOfMonth( 
   selectedDate : System.DateTime
) : System.DateTime;
Managed Extensions for C++ 
public: System.DateTime GetStartDateOfMonth( 
   System.DateTime selectedDate
) 
C++/CLI 
public:
System.DateTime GetStartDateOfMonth( 
   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.