Struct

CamelSExpResult

since: 3.4

Description

struct CamelSExpResult {
  CamelSExpResultType type;
  gboolean time_generator;
  time_t occuring_start;
  time_t occuring_end;
}
No description available.
Structure members
type

A CamelSExpResultType, defining the value type.

time_generator

A boolean whether the occuring times are used.

occuring_start

Start time.

occuring_end

End time.

Available since: 3.4