Gets the minute component of the date represented by this DateTime instance.
Namespace: MindFusion.Scheduling
Assembly: DateTime.js
SyntaxJavaScript
Copy Code
|
|---|
get minute() {} |
Number. A number that represents the minute. Values range from 0 to 59.
See Also