Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns the start date of the next time period.

Syntax

...

Code Block
Time_Member_Expression.NextStartDate

Arguments

Time_Member_ExpressionMDX expression that returns the time dimension member.

...

[Time].CurrentMember.NextStartDate will return the same result as [Time].CurrentMember.NextMember.StartDate if the current Time member has a next member. But it is safer to use NextStartDate as it will return the next start date also for the last Time dimension member.

See also

...