All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazon.ion._Private_Trampoline.kt Maven / Gradle / Ivy

The newest version!
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
package com.amazon.ion

/**
 * **NOT FOR APPLICATION USE. This method may be removed at any time.**
 * Trampoline to the non-public `Timestamp.toString(Int)` method.
 */
internal fun printTimestamp(timestamp: Timestamp, maximumDigits: Int): String {
    return timestamp.toString(maximumDigits)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy