Class AppsDynamiteSharedDateTimePicker
The widget that lets users to specify a date and time.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedDateTimePicker : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.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 AppsDynamiteSharedAction OnChangeAction { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedAction |
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 |
|---|---|
| System.Nullable<System.Int32> |
Type
The type of the date/time picker.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int64> |