| 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
Syntaxprotected 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:
DateTimeDate time in local timezone
RemarksThis call is not thread safe
See Also