Click or drag to resize

IdentityControllerGetTimeZonePerIdentity Method

Returns the timezone for a list of identities as specified in the Identity.TIMEZONE property. If an identity has no timezone then the system default (specified in the customer settings) is returned.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, TimeZoneInfo> GetTimeZonePerIdentity(
	IEnumerable<int> identityIds
)

Parameters

identityIds
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: DictionaryInt32, TimeZoneInfo
See Also