com.aspose.email
Class MapiCalendarTimeZoneFlags

java.lang.Object
  extended by com.aspose.email.ms.java.Enum
      extended by com.aspose.email.MapiCalendarTimeZoneFlags

public final class MapiCalendarTimeZoneFlags
extends com.aspose.email.ms.java.Enum

Enumerates the individual bit flags that specify information about TimeZoneRule


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum
 
Field Summary
static int TZRULE_FLAG_EFFECTIVE_TZREG
           This flag indicates that this rule is the effective rule.
static int TZRULE_FLAG_RECUR_CURRENT_TZREG
           Indicates that this rule is associated with a recurring series.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.email.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TZRULE_FLAG_RECUR_CURRENT_TZREG

public static final int TZRULE_FLAG_RECUR_CURRENT_TZREG

Indicates that this rule is associated with a recurring series.

See Also:
Constant Field Values

TZRULE_FLAG_EFFECTIVE_TZREG

public static final int TZRULE_FLAG_EFFECTIVE_TZREG

This flag indicates that this rule is the effective rule.

See Also:
Constant Field Values


Copyright (c) 2008-2012 Aspose Pty Ltd. All Rights Reserved.