adaptive-expressions
Version:
Common Expression Language
22 lines • 611 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 input is a UTC ISO format (YYYY-MM-DDTHH:mm:ss.fffZ) timestamp string.
*/
export declare class IsDateTime extends ExpressionEvaluator {
/**
* Initializes a new instance of the [IsDateTime](xref:adaptive-expressions.IsDateTime) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
}
//# sourceMappingURL=isDateTime.d.ts.map