Calendars Class

Utilities for calendar control class.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class Calendars
Inheritance
Object    Calendars

Constructors

CalendarsInitializes a new instance of the Calendars class

Methods

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)").

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also