IEC_BACNET_DATE (STRUCT)ΒΆ

TYPE IEC_BACNET_DATE : STRUCT

Define for BACnetDate

InOut:

Name

Type

Comment

year

IEC_BACNET_YEAR

The year in BACnetDate standard starts with an offset century of 1900 but for simpler handling the complete century is stored and expected here by the API. So a value of 2012 means year 2012.

month

IEC_BACNET_MONTH

The month of the BACnetDate

dayOfMonth

IEC_BACNET_DAY_OF_MONTH

The day of month of the BACnetDate

dayOfWeek

IEC_BACNET_DAY_OF_WEEK

The day of week of the BACnetDate