ServicePRO SDK Help

TimeHelper..::..GetDateForGivenDayInAMonth Method

Returns DateTime for the passed in month day and relative value Enumeration

Namespace:  HelpSTAR.PCL.Common.Helpers
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public static DateTime GetDateForGivenDayInAMonth(
	clsEnumeration..::..hsFreqInt_MonthDay monthDay,
	clsEnumeration..::..hsFreq_MntRelative relative,
	int month,
	int year
)
Public Shared Function GetDateForGivenDayInAMonth ( _
	monthDay As clsEnumeration..::..hsFreqInt_MonthDay, _
	relative As clsEnumeration..::..hsFreq_MntRelative, _
	month As Integer, _
	year As Integer _
) As DateTime

Return Value

DateTime