adaptive-expressions
Version:
Common Expression Language
18 lines • 488 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { TimeTransformEvaluator } from './timeTransformEvaluator';
/**
* Add a number of days to a timestamp.
*/
export declare class AddDays extends TimeTransformEvaluator {
/**
* Initializes a new instance of the [AddDays](xref:adaptive-expressions.AddDays) class.
*/
constructor();
}
//# sourceMappingURL=addDays.d.ts.map