API Reference > imodeljs-common > DisplayStyles > DisplayStyleSettings > timePoint timePoint Accessor The point in time reflected by the view, in UNIX seconds. This identifies a point on the timeline of the style's RenderSchedule.Script, if any; it may also affect display of four-dimensional reality models. timePoint: undefined | number Returns - undefined | number Setter The point in time reflected by the view, in UNIX seconds. This identifies a point on the timeline of the style's RenderSchedule.Script, if any; it may also affect display of four-dimensional reality models. timePoint(timePoint: undefined | number): void Parameter Type Description timePoint undefined | number Returns - void Defined in core/common/src/DisplayStyleSettings.ts Line 704 Last Updated: 11 June, 2024