Compartir a través de


CalendarTime.IsUtc Property

The IsUtc property gets or sets a Boolean value indicating whether this CalendarTime structure represents local or UTC time.

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

Syntax

'Declaration
Public Property IsUtc As Boolean
    Get
    Set
'Usage
Dim instance As CalendarTime
Dim value As Boolean

value = instance.IsUtc

instance.IsUtc = value
public bool IsUtc { get; set; }

Property Value

Type: System.Boolean