Search
DateTime.minute Property
See Also
 






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

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

get minute() {}

 Property Value

Number. A number that represents the minute. Values range from 0 to 59.

 See Also