Click or drag to resize

IntegrationPostActionBaseGetLocalDateTime Method

Return local date time in indentity timezone

Namespace:  Omada.OE.Solution.OIM.Assembly.Integration
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected DateTime GetLocalDateTime(
	IControllerFactory factory,
	int identityId,
	DateTime date
)

Parameters

factory
Type: Omada.OE.AppLogicIControllerFactory
factory for creating controllers
identityId
Type: SystemInt32
Id of identity to check
date
Type: SystemDateTime
date used as base

Return Value

Type: DateTime
Date time in local timezone
Remarks
This call is not thread safe
See Also