Interface protos.google.type.IDate (3.2.8)

Properties of a Date.

Package

@google-cloud/billing-budgets!

Properties

day

day?: (number|null);

Date day

Property Value
TypeDescription
(number|null)

month

month?: (number|null);

Date month

Property Value
TypeDescription
(number|null)

year

year?: (number|null);

Date year

Property Value
TypeDescription
(number|null)