Class Index

Classes


Class $.wijmo.wijspread.DateCompareType

Class Summary
Constructor Attributes Constructor Name and Description
 
Specifies the date compare type.
Field Summary
Field Attributes Field Name and Description
 
Indicates whether the date time is after a certain time.
 
Indicates whether the date time is after or equal to a certain time.
 
Indicates whether the date time is before a certain time.
 
Indicates whether the date time is before or equal to a certain time.
 
Indicates whether the date time is equal to a certain time.
 
Indicates whether the date time is not equal to a certain time.
Class Detail
$.wijmo.wijspread.DateCompareType()
Specifies the date compare type.
Field Detail
After
Indicates whether the date time is after a certain time.

AfterEqualsTo
Indicates whether the date time is after or equal to a certain time.

Before
Indicates whether the date time is before a certain time.

BeforeEqualsTo
Indicates whether the date time is before or equal to a certain time.

EqualsTo
Indicates whether the date time is equal to a certain time.

NotEqualsTo
Indicates whether the date time is not equal to a certain time.

©2013. ComponentOne, a division of GrapeCity. All Rights Reserved.