DateTimeIntervalType

Specifies the unit of time specified for date and time intervals.
 

Example

The following is an example of how to reference the DateTimeIntervalType object:

	// The full path is required.
	dundas.controls.DateTimeIntervalType.AUTO
	

 

Properties

 
  Name Description
  AUTO The interval type is determined automatically based on the range of values.
  DAYS The interval type is days.
  HOURS The interval type is hours.
  MILLISECONDS The interval type is milliseconds.
  MINUTES The interval type is minutes.
  MONTHS The interval type is months.
  SECONDS The interval type is seconds.
  WEEKS The interval type is weeks.
  YEARS The interval type is years.