Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 983 Bytes

calendar-property.md

File metadata and controls

39 lines (27 loc) · 983 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Calendar property (Visual Basic for Applications)
vblr6.chm1117202
vblr6.chm1117202
Office.Calendar
ca321712-934e-2aee-46b8-b2895be362ea
12/19/2018
medium

Calendar property

Returns or sets a value specifying the type of calendar to use with your project.

Use one of two settings for Calendar.

Setting Value Description
vbCalGreg 0 Use Gregorian calendar (default).
vbCalHijri 1 Use Hijri calendar.

Remarks

You can only set the Calendar property programmatically. For example, to use the Hijri calendar, use:

Calendar = vbCalHijri

See also

[!includeSupport and feedback]