The iCalendar equivalent of the .NET DateTime class.
Namespace: iCalRemarks
In addition to the features of the DateTime class, the iCalDateTime
class handles time zone differences, and integrates seamlessly into
the iCalendar framework.
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[SerializableAttribute] public sealed class iCalDateTime : EncodableDataType, IDateTime, IEncodableDataType, ICalendarDataType, ICalendarParameterListContainer, ICopyable, IServiceProvider, IServiceProvider, IComparable<IDateTime>, IFormattable |
Visual Basic |
---|
<SerializableAttribute> _ Public NotInheritable Class iCalDateTime _ Inherits EncodableDataType _ Implements IDateTime, IEncodableDataType, ICalendarDataType, ICalendarParameterListContainer, _ ICopyable, IServiceProvider, IServiceProvider, IComparable(Of IDateTime), _ IFormattable |
Visual C++ |
---|
[SerializableAttribute] public ref class iCalDateTime sealed : public EncodableDataType, IDateTime, IEncodableDataType, ICalendarDataType, ICalendarParameterListContainer, ICopyable, IServiceProvider, IServiceProvider, IComparable<IDateTime^>, IFormattable |