| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex | |
| microsoft.dynamics.crm.entity | |
| microsoft.dynamics.crm.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DateTimeFormat |
ComplexDateTimeAttributeMetadata.format |
| Modifier and Type | Method and Description |
|---|---|
Optional<DateTimeFormat> |
ComplexDateTimeAttributeMetadata.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
ComplexDateTimeAttributeMetadata.Builder |
ComplexDateTimeAttributeMetadata.Builder.format(DateTimeFormat format) |
ComplexDateTimeAttributeMetadata |
ComplexDateTimeAttributeMetadata.withFormat(DateTimeFormat format) |
| Modifier and Type | Field and Description |
|---|---|
protected DateTimeFormat |
DateTimeAttributeMetadata.format |
| Modifier and Type | Method and Description |
|---|---|
Optional<DateTimeFormat> |
DateTimeAttributeMetadata.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
DateTimeAttributeMetadata.Builder |
DateTimeAttributeMetadata.Builder.format(DateTimeFormat format) |
DateTimeAttributeMetadata |
DateTimeAttributeMetadata.withFormat(DateTimeFormat format) |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFormat |
DateTimeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeFormat[] |
DateTimeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.