NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
NodeCondDatePrivate Struct Reference

Private data for a Conditional Date. More...

#include "node_conddate.h"

Data Fields

int count
 Number of 'units' to count.
 
char period
 Units, e.g. 'd' Day or 'm' Month.
 

Detailed Description

Private data for a Conditional Date.

Definition at line 32 of file node_conddate.h.

Field Documentation

◆ count

int NodeCondDatePrivate::count

Number of 'units' to count.

Definition at line 34 of file node_conddate.h.

◆ period

char NodeCondDatePrivate::period

Units, e.g. 'd' Day or 'm' Month.

Definition at line 35 of file node_conddate.h.


The documentation for this struct was generated from the following file: