Search
DateTime.millisecond Property
See Also
 






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

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

get millisecond() {}

 Property Value

Number. A number that represents the millisecond.

 See Also