adaptive-expressions
Version:
Common Expression Language
23 lines • 595 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Convert ticks to number of days.
*/
export declare class TicksToDays extends ExpressionEvaluator {
private static readonly TicksPerDay;
/**
* Initializes a new instance of the [TicksToDays](xref:adaptive-expressions.TicksToDays) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
}
//# sourceMappingURL=ticksToDays.d.ts.map