Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

DateTime

Storage Type Ranged Grooper.Core

Represents a date and/or time value for use in Data Fields and related objects.

Remarks

The Date Time format enables robust capture, validation, and formatting of date and time values in Grooper.

Overview

  • Used to store, parse, and format date and time values in Data Fields and extraction objects.
  • Supports a wide range of input formats, including standard, custom, and culture-specific date/time representations.
  • Provides flexible output formatting using standard or custom format specifiers.

Usage

  • Assign this storage type to a Data Field to capture dates, times, or combined date/time values.
  • Configure the 'Input Styles' property to control which date/time styles are accepted (e.g., allowing white space, adjusting for time zones).
  • Use the 'Input Formats' property to specify one or more exact input patterns, separated by commas, for non-standard or custom date formats.
  • Set the 'Format Specifier' property to control how values are displayed and normalized, using standard or custom .NET date/time format strings.
  • Parsing and formatting are culture-aware, using the configured input and output cultures to interpret and display values appropriately.

> [!TIP] > Use this class to handle diverse date/time formats from different sources, and to ensure consistent output formatting across your solution.

For more information, see the documentation for Storage Types and Data Fields.

Properties

NameTypeDescription
General
Input
Output
Range

See Also

Used By

Notification