Compartir a través de


CalendarTime.Time Property

The Time property gets or sets the time that this CalendarTime structure represents.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property Time As TimeSpan
    Get
    Set
'Usage
Dim instance As CalendarTime
Dim value As TimeSpan

value = instance.Time

instance.Time = value
public TimeSpan Time { get; set; }

Property Value

Type: System.TimeSpan