TimeAttributeHierarchyGetMember(DateTime) Method

Gets the time attribute member by using a DateTime value.

Namespace: Dundas.BI.Entities.TimeDimensions
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public IHierarchyMember GetMember(
	DateTime value
)

Parameters

value  DateTime
The value.

Return Value

IHierarchyMember
The time attribute member.
See Also