Annc.ShowStart

[This is preliminary documentation and subject to change.]

The ShowStart property specifies the starting time and date of the interactive show.

Syntax

object.ShowStart [ = dDate ]
 

Parts

object
Object expression that resolves to an Annc object.
dDate
Date that contains the date and time at which the interactive show starts. The default value is 12:00:00 A.M.

Remarks

You are not required to set this property in order for the announcement file created by Annc.Store to be valid. The default value is sufficient in many cases, such as announcements for current shows.

Examples

The following example sets the start time to 8:00 P.M. on February 4, 1998.

ann.ShowStart = #2/4/1998 8:00PM#
 

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.

See Also

Annc.ShowLength