DDay.iCal Version 0.71

[This is preliminary documentation and is subject to change.]

The iCalendar equivalent of the .NET DateTime class.

Remarks

In addition to the features of the DateTime class, the iCalDateTime class handles time zone differences, and integrates seamlessly into the iCalendar framework.

Namespace:  DDay.iCal.DataTypes
Assembly:  DDay.iCal (in DDay.iCal.dll) Version: 0.71.0.0 (0.71.0.0)

Syntax

C#
public class iCalDateTime : iCalDataType, 
	IComparable, IFormattable

Inheritance Hierarchy

System..::.Object
  DDay.iCal.Components..::.iCalObject
    DDay.iCal.DataTypes..::.iCalDataType
      DDay.iCal.DataTypes..::.iCalDateTime

See Also