adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / CycleIDFormat Property

In This Topic
    CycleIDFormat Property
    In This Topic
    Optional custom format for the CycleID
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property CycleIDFormat As String
    [CanBeNull()]
    public string CycleIDFormat {get; set;}
    Remarks
    Use this to set a format other than the default for the generated CycleID. If specified, it must be a valid .NET format string for the data type defined by the CycleIDType.
    See Also