ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / esriNADateTimeSynchronizeUsage Enumeration

In This Topic
    esriNADateTimeSynchronizeUsage Enumeration
    In This Topic
    Date time synchonize usage types.
    Syntax
    public enum esriNADateTimeSynchronizeUsage : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum esriNADateTimeSynchronizeUsage 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    esriNADateTimeSynchronizeToCustomDateAndTimeOfDay Synchonize to custom date and time of day.
    esriNADateTimeSynchronizeToDayOfWeek Synchonize to day of week.
    esriNADateTimeSynchronizeToMapDateAndTimeOfDay Synchonize to map date and time of day.
    esriNADateTimeSynchronizeToNone Synchonize to none.
    esriNADateTimeSynchronizeToNow Synchonize to now.
    esriNADateTimeSynchronizeToToday Synchonize to today.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.esriNADateTimeSynchronizeUsage

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also