TimeAttributeHierarchyGetMember Method (DateTime)

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 (24.3.0.1000)
Syntax
public IHierarchyMember GetMember(
	DateTime value
)

Parameters

value
Type: SystemDateTime
The value.

Return Value

Type: IHierarchyMember
The time attribute member.
See Also