IAdmParameterDateTime

The IAdmParameterDateTime interface represents a date/time parameter.

Inheritance: IAdmParameter

Properties

  • Property

  • Description

  • AllowChangeTime

  • Gets or sets a value indicating whether the user is allowed to change the time part of the parameter value.

  • MinDate

  • Gets or sets an optional value indicating the earliest date allowed for the parameter.

  • MaxDate

  • Gets or sets an optional value indicating the latest date allowed for the parameter.

Details

AllowChangeTime

Gets or sets a value indicating whether the user is allowed to change the time part of the parameter value.

  • Type:
  • bool
  • Access:
  • Read/Write

Remarks

  • If this property is set to false and the IAdmParameter::DefaultValue property is set, the time part of the parameter is set to the time specified in the IAdmParameter::DefaultValue property.
  • If this property is set to false and the IAdmParameter::DefaultValue property is not set, the time part of the parameter is set to the current time.

MinDate

Gets or sets an optional value indicating the earliest date allowed for the parameter. You can use value references in the value (e.g. %datetime%).

  • Type:
  • Object
  • Access:
  • Read/Write

Remarks

Set the property to null for the parameter to have no minimum restriction.


MaxDate

Gets or sets an optional value indicating the latest date allowed for the parameter. You can use value references in the value (e.g. %datetime%).

  • Type:
  • Object
  • Access:
  • Read/Write

Remarks

Set the property to null for the parameter to have no maximum restriction.


Requirements

Minimum required version: 2018.1

See also