FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDateTimeExt..::..ToLocalTime Method

Converts the DateTime UTC of given Time Zone

Namespace:  System
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public static DateTime ToLocalTime(
	DateTime oDate,
	string timeZone
)
Public Shared Function ToLocalTime ( _
	oDate As DateTime, _
	timeZone As String _
) As DateTime
public:
static DateTime^ ToLocalTime(
	DateTime^ oDate, 
	String^ timeZone
)

Parameters

oDate
Type: DateTime
The date.
timeZone
Type: String
target timezone

Return Value