adaptive-expressions
Version:
Common Expression Language
26 lines • 652 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return the ticks property value of a specified timestamp. A tick is 100-nanosecond interval.
*/
export declare class Ticks extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Ticks](xref:adaptive-expressions.Ticks) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=ticks.d.ts.map