| IntegrationPostActionBaseGetLocalDate Method |
Return local date 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
Syntaxprotected DateTime GetLocalDate(
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:
DateTimeDate in local timezone
RemarksThis call is not thread safe
See Also