Interface CustomFieldContextDefaultValueDateTime

The default value for a date time custom field.

interface CustomFieldContextDefaultValueDateTime {
    dateTime?: string;
    type: string;
    useCurrent?: boolean;
}

Properties

dateTime?: string

The default date-time in ISO format. Ignored if useCurrent is true.

type: string
useCurrent?: boolean

Whether to use the current date.