Interface protos.google.privacy.dlp.v2.IDateTime (3.1.8)

Properties of a DateTime.

Package

@google-cloud/dlp!

Properties

date

date?: (google.type.IDate|null);

DateTime date

Property Value
TypeDescription
(google.type.IDate|null)

dayOfWeek

dayOfWeek?: (google.type.DayOfWeek|keyof typeof google.type.DayOfWeek|null);

DateTime dayOfWeek

Property Value
TypeDescription
(google.type.DayOfWeek|keyof typeof google.type.DayOfWeek|null)

time

time?: (google.type.ITimeOfDay|null);

DateTime time

Property Value
TypeDescription
(google.type.ITimeOfDay|null)

timeZone

timeZone?: (google.privacy.dlp.v2.DateTime.ITimeZone|null);

DateTime timeZone

Property Value
TypeDescription
(google.privacy.dlp.v2.DateTime.ITimeZone|null)