DayTimeDuration.IsValidTimezone PropertyDayTimeDuration.IsValidTimezone PropertyDayTimeDuration::IsValidTimezone Property

Gets a value indicating whether this instance is valid timezone.

Syntax

Public ReadOnly Property IsValidTimezone As Boolean
        Get
public bool IsValidTimezone { get; }
public:
property bool IsValidTimezone {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if this instance is valid timezone; otherwise, falseFalsefalse.

Remarks

A valid timezone is a duration between -PT14H and PT14H with an integral number of minutes.