Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
icaltimetype Struct Reference

#include <icaltime.h>

Data Fields

int day
int hour
int is_date
int is_daylight
int minute
int month
int second
int year
const icaltimezonezone

Detailed Description

Structure to represent a date or date-time.

Definition at line 90 of file icaltime.h.

Field Documentation

◆ day

int icaltimetype::day

1-31, month dependent

Definition at line 93 of file icaltime.h.

◆ hour

int icaltimetype::hour

0-23

Definition at line 94 of file icaltime.h.

◆ is_date

int icaltimetype::is_date

1 -> interpret this as date.

Definition at line 98 of file icaltime.h.

◆ is_daylight

int icaltimetype::is_daylight

1 -> time is in daylight savings time.

Definition at line 100 of file icaltime.h.

◆ minute

int icaltimetype::minute

0-59

Definition at line 95 of file icaltime.h.

◆ month

int icaltimetype::month

1 (Jan) to 12 (Dec).

Definition at line 92 of file icaltime.h.

◆ second

int icaltimetype::second

0-59

Definition at line 96 of file icaltime.h.

◆ year

int icaltimetype::year

Actual year, e.g. 2001.

Definition at line 91 of file icaltime.h.

◆ zone

const icaltimezone* icaltimetype::zone

timezone

Definition at line 102 of file icaltime.h.