Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 878 Bytes

vertexai.date_2.md

File metadata and controls

51 lines (36 loc) · 878 Bytes

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

Date_2 interface

Protobuf google.type.Date

Signature:

export interface Date 

Properties

Property Type Description
day number
month number
year number

Date_2.day

Signature:

day: number;

Date_2.month

Signature:

month: number;

Date_2.year

Signature:

year: number;