UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 242 B
import { PropertyValue } from "../PropertyValue"; export declare class DateTimePropertyValue extends PropertyValue { timeZoneId: string; dateTime: string; constructor(dateTime: Date, timeZoneId: string); isEmpty(): boolean; }