IEventLastModified Property
IT Hit WebDAV Classes Reference[Missing <summary> documentation for "P:ITHit.WebDAV.Server.iCalendar.Components.IEvent.LastModified"]
Namespace: ITHit.WebDAV.Server.iCalendar.ComponentsAssemblies: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.0.2411.0
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.0.2411.0
SyntaxNullable<DateTime> LastModified { get; set; }
Property LastModified As Nullable(Of DateTime)
Get
Set
property Nullable<DateTime> LastModified {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
abstract LastModified : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also