Skip to Content

bz_Time

Available since 2.4.0

The bz_Time is an API struct that is provided to expose information about time to the plug-in.

Constructors

bz_Time ()

Data

These are public data attributes available in this class

Data Type Name Description
int year

The year.

int month

The month.

int day

The day.

int hour

The hour.

int minute

The minute.

int second

The second.

int dayofweek

The day of the week.

bool daylightSavings

The status of daylight savings.

Other Objects

Back to bzfs API Types

This content is maintained on GitHub. We welcome any feedback and improvements!

Give us Feedback Edit this Page