TimelineState.EndDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the end of the filtering date range (equals to StartDate if range is a single day). Object (object in C#) Read-only
public:
property System::Object ^ EndDate { System::Object ^ get(); };
public object EndDate { get; }
Public ReadOnly Property EndDate As Object