Show / Hide Table of Contents

Class AppsDynamiteStorageDateTimePicker

The widget that lets users to specify a date and time.

Inheritance
object
AppsDynamiteStorageDateTimePicker
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteStorageDateTimePicker : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Label

The label for the field that displays to the user.

Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type Description
string

Name

The name of the text input that's used in formInput, and uniquely identifies this input.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OnChangeAction

Triggered when the user clicks Save or Clear from the date/time picker dialog. This is only triggered if the value changed as a result of the Save/Clear operation.

Declaration
[JsonProperty("onChangeAction")]
public virtual AppsDynamiteStorageAction OnChangeAction { get; set; }
Property Value
Type Description
AppsDynamiteStorageAction

TimezoneOffsetDate

The number representing the time zone offset from UTC, in minutes. If set, the value_ms_epoch is displayed in the specified time zone. If not set, it uses the user's time zone setting on the client side.

Declaration
[JsonProperty("timezoneOffsetDate")]
public virtual int? TimezoneOffsetDate { get; set; }
Property Value
Type Description
int?

Type

The type of the date/time picker.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

ValueMsEpoch

The value to display as the default value before user input or previous user input. It is represented in milliseconds (Epoch time). For DATE_AND_TIME type, the full epoch value is used. For DATE_ONLY type, only date of the epoch time is used. For TIME_ONLY type, only time of the epoch time is used. For example, you can set epoch time to 3 * 60 * 60 * 1000 to represent 3am.

Declaration
[JsonProperty("valueMsEpoch")]
public virtual long? ValueMsEpoch { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX