hmCal_SET SPECIAL DAY NAME
hmCal_SET SPECIAL DAY NAME(area;date;text)
Parameter Type Description
area Longint -> hmCal area
date Date -> Date
text Text -> Description text
The command hmCal_SET SPECIAL DAY NAME sets a special description text for a day in the month view. This is helpful, if you want to highlight a holiday. You can set only one text per day. Pass in date a date to highlight and in text a description text for the day. If you pass an empty string in text the day will not be highlighted.
The following example highlights the current date in the month view:
hmCal_SET SPECIAL DAY NAME (hmCal;Current date;"Today")
Result:
