Calendars Class
Utilities for calendar control class.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
- Inheritance
- Object Calendars
Calendars | Initializes a new instance of the Calendars class |
ToCalendarDayKind(CalendarDayKind) |
Determines calendar day kind (CalendarDayKind) of the calendar entry processing class.
|
ToCalendarDayKind(Object) |
Determines calendar day kind (CalendarDayKind) of the calendar entry processing class.
|
ToCalendarDayKind(String) |
Determines calendar day kind (CalendarDayKind) of the calendar entry processing class.
|
ToCalendarKind(Data) |
Determines the type of note (Company, Calendar Type, Employee or Machine).
|
ToCalendarKind(DataRow) |
Determines the type of note (Company, Calendar Type, Employee or Machine).
|
ToString(DateTime, DateTime) |
Composes the detail of the schedule information (example: 'from 10:00 to 12:00').
|
ToString(DateTime, DateTime, DateTime, DateTime) |
Composes the detail of the schedule information (example1: 'from 10:00 to 12:00'; example2: 'from 10:00 to 12:00 and from 14:00 to 16:00'),
|
ToString(DateTime, DateTime, NullableDateTime, NullableDateTime, NullableDateTime, NullableDateTime, NullableDecimal) |
Composes the details of the date information (example: "(01/01/2015 - 01/02/2015 10:00 - 12:00) (4 hours)").
|