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