TimeHierarchy Methods |
The TimeHierarchy type exposes the following members.
| Name | Description | |
|---|---|---|
| GetChildMembers |
Gets the child time hierarchy members for the specified parent member.
| |
| GetLevel(String) |
Gets the level by its unique name.
| |
| GetLevel(DateTimeGranularity) |
Gets the time level using its granularity.
| |
| GetMember(String) |
Gets the member by the member unique name.
| |
| GetMember(MemberValue) |
Gets the member by the member value.
| |
| IsCompatibleWith |
Checks if the current instance is compatible with the specified hierarchy.
| |
| MemberQuery(MemberRetrievalOptions, IHierarchyMember, NullableInt32) |
Enumerates hierarchy members.
This is a flat list of members potentially on different hierarchy levels.
| |
| MemberQuery(MemberRetrievalOptions, ICollectionMemberValue, NullableInt32, MemberValue) |
Enumerates hierarchy members.
This is a flat list of members potentially on different hierarchy levels.
|