SetPageStartEndDates

Purpose: Set the start and end dates for an individual page.

Returns: none

Argument  

Type

Required

Purpose

1

Integer

Yes

Page Number (1 based)

2

String

Yes

Start Date ("mm/dd/yy" format)

3

String

Yes

End Date ("mm/dd/yy" format)

 

 

Example: Set page 3 to start on January 15,2015 and end on February 8, 2022

With objMilestones

  .SetMiscProperty "Use4DigitYears",1  

  .SetPageStartEndDates 3, "1/15/2015","2/8/2022"

End With

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

To effectively program with this interface, it's important to learn all about Milestones Professional.  Learn about Milestones.

Milestones Professional 2023 Automation Methods and Properties.  © Copyright 2000-2023, KIDASA Software, Inc. All rights reserved.