SetTimeVal

This property returns or modifies the date and time that was set for a presentation time step. This value applies only when Typeis set to PresentationStepType.ST_SETTIME.

The date and time that the presentation is set to affects the display of the sun, moon and the sun’s flares since they are displayed and positioned based on the time, date and time zone. The date and time also affect the display of all objects using the timespan property.

 

JavaScript

 

SetTimeVal

 

C#

 

dynamic SetTimeVal { get; set; }

 

C++

 

HRESULT SetTimeVal([in] VARIANT pVal)

HRESULT SetTimeVal([out, retval] VARIANT* pVal)