Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Returns the start date of the next time period.

Syntax

 Time_Member_Expression.NextStartDate

Arguments

Time_Member_ExpressionMDX expression that returns the time dimension member.

Examples

[Time].CurrentMember.NextStartDate for a month period will return next month start date (with time 00:00:00), for a day period will return next day start date and so on.

[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

 

  • No labels