BACnet.Ashrae.SpecialEvent.PeriodType.NewCalendarEntry C# (CSharp) Метод

NewCalendarEntry() публичный статический Метод

public static NewCalendarEntry ( CalendarEntry calendarEntry ) : PeriodType
calendarEntry CalendarEntry
Результат PeriodType
            public static PeriodType NewCalendarEntry(CalendarEntry calendarEntry)
            {
                return new CalendarEntryWrapper(calendarEntry);
            }