public enum

DynamicProto.ZonedDateTimePartType

extends java.lang.Enum<DynamicProto.ZonedDateTimePartType>

 java.lang.Object

↳java.lang.Enum<DynamicProto.ZonedDateTimePartType>

↳androidx.wear.protolayout.expression.proto.DynamicProto.ZonedDateTimePartType

Overview

 The date-time part to retrieve using ZonedDateTimePartOp.
 
Protobuf enum androidx.wear.protolayout.expression.proto.ZonedDateTimePartType

Summary

Enum Constants
UNRECOGNIZED
ZONED_DATE_TIME_PART_DAY_OF_MONTH
 The day-of-month field from 1 to 31.
ZONED_DATE_TIME_PART_DAY_OF_WEEK
 The day-of-week field going from MONDAY (1) to SUNDAY (7).
ZONED_DATE_TIME_PART_HOUR_24H
 The hour-of-day field from 0 to 23.
ZONED_DATE_TIME_PART_MINUTE
 The minute-of-hour field from 0 to 59.
ZONED_DATE_TIME_PART_MONTH
 The month-of-year field from 1 to 12.
ZONED_DATE_TIME_PART_SECOND
 The second-of-minute field from 0 to 59.
ZONED_DATE_TIME_PART_UNDEFINED
 Undefined date-time part type.
ZONED_DATE_TIME_PART_YEAR
 The year field.
Fields
public static final intZONED_DATE_TIME_PART_DAY_OF_MONTH_VALUE

 The day-of-month field from 1 to 31.

public static final intZONED_DATE_TIME_PART_DAY_OF_WEEK_VALUE

 The day-of-week field going from MONDAY (1) to SUNDAY (7).

public static final intZONED_DATE_TIME_PART_HOUR_24H_VALUE

 The hour-of-day field from 0 to 23.

public static final intZONED_DATE_TIME_PART_MINUTE_VALUE

 The minute-of-hour field from 0 to 59.

public static final intZONED_DATE_TIME_PART_MONTH_VALUE

 The month-of-year field from 1 to 12.

public static final intZONED_DATE_TIME_PART_SECOND_VALUE

 The second-of-minute field from 0 to 59.

public static final intZONED_DATE_TIME_PART_UNDEFINED_VALUE

 Undefined date-time part type.

public static final intZONED_DATE_TIME_PART_YEAR_VALUE

 The year field.

Methods
public static DynamicProto.ZonedDateTimePartTypeforNumber(int value)

public final intgetNumber()

public static <any>internalGetValueMap()

public static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()

public static DynamicProto.ZonedDateTimePartTypevalueOf(int value)

public static DynamicProto.ZonedDateTimePartTypevalueOf(java.lang.String name)

public static DynamicProto.ZonedDateTimePartTypevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

ZONED_DATE_TIME_PART_UNDEFINED

 Undefined date-time part type.
 
ZONED_DATE_TIME_PART_UNDEFINED = 0;

ZONED_DATE_TIME_PART_SECOND

 The second-of-minute field from 0 to 59.
 
ZONED_DATE_TIME_PART_SECOND = 1;

ZONED_DATE_TIME_PART_MINUTE

 The minute-of-hour field from 0 to 59.
 
ZONED_DATE_TIME_PART_MINUTE = 2;

ZONED_DATE_TIME_PART_HOUR_24H

 The hour-of-day field from 0 to 23.
 
ZONED_DATE_TIME_PART_HOUR_24H = 3;

ZONED_DATE_TIME_PART_DAY_OF_WEEK

 The day-of-week field going from MONDAY (1) to SUNDAY (7).
 
ZONED_DATE_TIME_PART_DAY_OF_WEEK = 4;

ZONED_DATE_TIME_PART_DAY_OF_MONTH

 The day-of-month field from 1 to 31.
 
ZONED_DATE_TIME_PART_DAY_OF_MONTH = 5;

ZONED_DATE_TIME_PART_MONTH

 The month-of-year field from 1 to 12.
 
ZONED_DATE_TIME_PART_MONTH = 6;

ZONED_DATE_TIME_PART_YEAR

 The year field.
 
ZONED_DATE_TIME_PART_YEAR = 7;

UNRECOGNIZED

Fields

public static final int ZONED_DATE_TIME_PART_UNDEFINED_VALUE

 Undefined date-time part type.
 
ZONED_DATE_TIME_PART_UNDEFINED = 0;

public static final int ZONED_DATE_TIME_PART_SECOND_VALUE

 The second-of-minute field from 0 to 59.
 
ZONED_DATE_TIME_PART_SECOND = 1;

public static final int ZONED_DATE_TIME_PART_MINUTE_VALUE

 The minute-of-hour field from 0 to 59.
 
ZONED_DATE_TIME_PART_MINUTE = 2;

public static final int ZONED_DATE_TIME_PART_HOUR_24H_VALUE

 The hour-of-day field from 0 to 23.
 
ZONED_DATE_TIME_PART_HOUR_24H = 3;

public static final int ZONED_DATE_TIME_PART_DAY_OF_WEEK_VALUE

 The day-of-week field going from MONDAY (1) to SUNDAY (7).
 
ZONED_DATE_TIME_PART_DAY_OF_WEEK = 4;

public static final int ZONED_DATE_TIME_PART_DAY_OF_MONTH_VALUE

 The day-of-month field from 1 to 31.
 
ZONED_DATE_TIME_PART_DAY_OF_MONTH = 5;

public static final int ZONED_DATE_TIME_PART_MONTH_VALUE

 The month-of-year field from 1 to 12.
 
ZONED_DATE_TIME_PART_MONTH = 6;

public static final int ZONED_DATE_TIME_PART_YEAR_VALUE

 The year field.
 
ZONED_DATE_TIME_PART_YEAR = 7;

Methods

public static DynamicProto.ZonedDateTimePartType values()

public static DynamicProto.ZonedDateTimePartType valueOf(java.lang.String name)

public final int getNumber()

public static DynamicProto.ZonedDateTimePartType valueOf(int value)

Deprecated: Use DynamicProto.ZonedDateTimePartType.forNumber(int) instead.

Parameters:

value: The number of the enum to look for.

Returns:

The enum associated with the given number.

public static DynamicProto.ZonedDateTimePartType forNumber(int value)

public static <any> internalGetValueMap()

public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()