ServicePRO SDK Help

TimeHelper..::..getDatesForUnit Method

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

Syntax


public static void getDatesForUnit(
	int DateUnit,
	ref DateTime FromDate,
	ref DateTime ToDate,
	bool bLocalTimeZone,
	ref string StrDateRange,
	string SesstionKey
)
Public Shared Sub getDatesForUnit ( _
	DateUnit As Integer, _
	ByRef FromDate As DateTime, _
	ByRef ToDate As DateTime, _
	bLocalTimeZone As Boolean, _
	ByRef StrDateRange As String, _
	SesstionKey As String _
)

Parameters

DateUnit
Type: Int32
FromDate
Type: DateTime%
ToDate
Type: DateTime%
bLocalTimeZone
Type: Boolean
StrDateRange
Type: String%
SesstionKey
Type: String