GetLocalReportEndTime, GetLocalReportSpotTime, GetLocalReportStartTime

Definition:

Function GetLocalReportEndTime() As Variant

Function GetLocalReportSpotTime() As Variant

Function GetLocalReportStartTime() As Variant

Description

These three functions are used to retrieve the report times for a document.

Example:

St = TheView.GetLocalReportStartTime()

Et = TheView.GetLocalReportEndTime()

Pt = TheView.GetLocalReportSpotTime()

MsgBox "Start Time = " & St & Chr(13) & _

"End Time = " & Et & Chr(13) & _

"Spot Time = " & Pt 

 

This function applies to the following object:

The View.