Search
DateTime.second Property
See Also
 






Gets the second component of the date represented by this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

get second() {}
set second(value) {}

 Property Value

Number

The seconds.

 See Also