MindFusion.Scheduling for ASP.NET Programmer's Guide
TimeUnit Enumeration
See Also
 





Specifies the TimeUnit.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

// enum
TimeUnit = {}

 Members

  Member name Description

Day

Type: Int32
Value: 3. The TimeUnit is a day.

Hour

Type: Int32
Value: 2. The TimeUnit is an hour.

Minute

Type: Int32
Value: 1. The TimeUnit is a minute.

Month

Type: Int32
Value: 5. The TimeUnit is a month.

Second

Type: Int32
Value: 0. The TimeUnit is a second.

Unspecified

Type: Int32
Value: -1. The TimeUnit is not specified.

Week

Type: Int32
Value: 4. The TimeUnit is a week.

Year

Type: Int32
Value: 6. The TimeUnit is an year.

 See Also

MindFusion.Scheduling Namespace