Calendar.IsStandardCalendar 屬性
取得一個值,指出是否行事曆是西曆。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public ReadOnly Property IsStandardCalendar As Boolean
Get
'用途
Dim instance As Calendar
Dim value As Boolean
value = instance.IsStandardCalendar
[RemoteAttribute]
public bool IsStandardCalendar { get; }
屬性值
類型:System.Boolean
True如果行事曆是標準,也稱為西曆 ;否則,請False。