Represents a specific time in a day.
More...
|
| 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] |
| |
Represents a specific time in a day.
| int Google.Api.Ads.AdManager.v202502.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.v202502.TimeOfDay.hourSpecified |
|
getset |
true, if a value is specified for hour, false otherwise.
| MinuteOfHour Google.Api.Ads.AdManager.v202502.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.v202502.TimeOfDay.minuteSpecified |
|
getset |
true, if a value is specified for minute, false otherwise.
The documentation for this class was generated from the following file: