Show / Hide Table of Contents

Enum DateTimePicker.Types.DateTimePickerType

The format for the date and time in the DateTimePicker widget. Determines whether users can input a date, a time, or both a date and time.

Google Workspace Add-ons and Chat apps:

Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum DateTimePicker.Types.DateTimePickerType

Fields

Name Description
DateAndTime

Users input a date and time.

DateOnly

Users input a date.

TimeOnly

Users input a time.

In this article
Back to top Generated by DocFX