Visual Basic (Declaration) | |
---|---|
Public Function GetStartDateOfMonth( _ ByVal selectedDate As System.Date _ ) As System.Date |
Visual Basic (Usage) | ![]() |
---|---|
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
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