angular / 5.2.11 / api / common / time.html /

Time

type-alias experimental

npm Package @angular/common
Module import { Time } from '@angular/common';
Source common/src/i18n/locale_data_api.ts
type Time = {
    hours: number;
    minutes: number;
};

Description

A representation of the time with hours and minutes

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/common/Time