DateTimeTypeConverterBase Class
DateTime Type Converter.
Extends
Extended by
Implements
Methods
| Name |
Description |
|
| convertFromString(value: string): undefined | Date |
|
|
| convertToString(value?: Primitives.ShortDate): string |
|
|
| getTimeFormat(): TimeFormat ProtectedAbstract |
|
|
| isEqualTo(valueA: Date, valueB: Date): boolean |
|
|
| isGreaterThan(a: Date, b: Date): boolean |
|
|
| isGreaterThanOrEqualTo(a: Date, b: Date): boolean |
|
|
| isLessThan(a: Date, b: Date): boolean |
|
|
| isLessThanOrEqualTo(a: Date, b: Date): boolean |
|
|
| isNotEqualTo(valueA: Date, valueB: Date): boolean |
|
|
| sortCompare(valueA: Date, valueB: Date, _ignoreCase?: false | true): number |
|
|
Inherited methods
Properties
| Name |
Type |
Description |
|
| isLessGreaterType Accessor ReadOnly |
boolean |
|
|
Inherited properties
Defined in
Last Updated:
08 January, 2020