adaptive-expressions
Version:
Common Expression Language
30 lines • 691 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return the start of the day for a timestamp.
*/
export declare class StartOfDay extends ExpressionEvaluator {
/**
* Initializes a new instance of the [StartOfDay](xref:adaptive-expressions.StartOfDay) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static evalStartOfDay;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=startOfDay.d.ts.map