com.aspose.network
Class MapiCalendarTimeZoneFlags

java.lang.Object
  extended by com.aspose.network.MapiCalendarTimeZoneFlags

public final class MapiCalendarTimeZoneFlags
extends Object

Enumerates the individual bit flags that specify information about TimeZoneRule


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.
 
Method Summary
 
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) 2002-2011 Aspose Pty Ltd. All Rights Reserved.