Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202311.TimeOfDay Class Reference

Represents a specific time in a day. More...

Properties

int hour [get, set]
 Hour in 24 hour time (0..24). This field must be between 0 and 24, inclusive. This field is required. More...
 
bool hourSpecified [get, set]
 
MinuteOfHour minute [get, set]
 Minutes in an hour. Currently, only 0, 15, 30, and 45 are supported. This field is required. More...
 
bool minuteSpecified [get, set]
 

Detailed Description

Represents a specific time in a day.

Property Documentation

int Google.Api.Ads.AdManager.v202311.TimeOfDay.hour
getset

Hour in 24 hour time (0..24). This field must be between 0 and 24, inclusive. This field is required.

bool Google.Api.Ads.AdManager.v202311.TimeOfDay.hourSpecified
getset

true, if a value is specified for hour, false otherwise.

MinuteOfHour Google.Api.Ads.AdManager.v202311.TimeOfDay.minute
getset

Minutes in an hour. Currently, only 0, 15, 30, and 45 are supported. This field is required.

bool Google.Api.Ads.AdManager.v202311.TimeOfDay.minuteSpecified
getset

true, if a value is specified for minute, false otherwise.


The documentation for this class was generated from the following file: