HtmlForgeX

API Reference

Class

DataTablesDateParts

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Structured date-time parts payload used by DataTables highlighter conditions. Matches the shape expected by the client-side plugin.

Inheritance

  • Object
  • DataTablesDateParts

Constructors

public DataTablesDateParts() #

Properties

public Int32 Year { get; set; } #
JsonPropertyName("year")

Year component (e.g., 2025).

public Int32 Month { get; set; } #
JsonPropertyName("month")

Month component 1..12.

public Int32 Day { get; set; } #
JsonPropertyName("day")

Day component 1..31.

public Int32 Hours { get; set; } #
JsonPropertyName("hours")

Hour component 0..23.

public Int32 Minutes { get; set; } #
JsonPropertyName("minutes")

Minute component 0..59.

public Int32 Seconds { get; set; } #
JsonPropertyName("seconds")

Second component 0..59.