Compartilhar via


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

See also

Reference

CalendarTime structure

CalendarTime members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace