Home > All Other Interfaces > IPresentationStep > SetTimeVal

SetTimeVal

This property enables you to return or modify the date and time that was set for a presentation set time step. This value applies only when Type is 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)