/** An object with {@link ITimeZoneInfo} */ export interface IDateTimeWithTimeZone { /** Gets the local. {@link IDateTime} */ localDateTime: Date; /** Gets the {@link ITimeZoneInfo}. */ timeZone: any; } //# sourceMappingURL=date_time_with_time_zone.d.ts.map