adaptive-expressions
Version:
Common Expression Language
23 lines • 633 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return true if a given TimexProperty or Timex expression refers to a valid time.
* Valid time contains hours, minutes and seconds.
*/
export declare class IsTime extends ExpressionEvaluator {
/**
* Initializes a new instance of the [IsTime](xref:adaptive-expressions.IsTime) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
}
//# sourceMappingURL=isTime.d.ts.map