adaptive-expressions
Version:
Common Expression Language
27 lines • 756 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return a timestamp in the specified format.
* Format reference: https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
*/
export declare class FormatDateTime extends ExpressionEvaluator {
/**
* Initializes a new instance of the [FormatDateTime](xref:adaptive-expressions.FormatDateTime) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=formatDateTime.d.ts.map