CalendarDataSet.CalendarsRow.CAL_IS_STANDARD_CAL-Eigenschaft
Ruft ab, ob ein Kalender einen standard gregorianischen Kalender ist, die am 1. Januar beginnt und endet am 31. Dezember.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property CAL_IS_STANDARD_CAL As Boolean
Get
Set
'Usage
Dim instance As CalendarDataSet.CalendarsRow
Dim value As Boolean
value = instance.CAL_IS_STANDARD_CAL
instance.CAL_IS_STANDARD_CAL = value
public bool CAL_IS_STANDARD_CAL { get; set; }
Eigenschaftswert
Typ: System.Boolean
Gibt Boolean zurück.
Siehe auch
Referenz
CalendarDataSet.CalendarsRow Klasse