Home | History | Annotate | Download | only in unicode

Lines Matching full:datetime

19  * There are quite a few different conventions for binary datetime, depending on different
167 * and converted back to any other datetime time scale.
171 * .NET <code>System.DateTime</code> values without severe loss of precision. ICU4C time addresses this by using a
188 * <code>System.DateTime</code> would be the best pivot. However, we use the full range
236 * Used in the .NET framework's <code>System.DateTime</code> structure. Data is an <code>int64_t</code>. Value
449 * Convert a <code>int64_t</code> datetime from the given time scale to the universal time scale.
451 * @param otherTime The <code>int64_t</code> datetime
455 * @return The datetime converted to the universal time scale
465 * Convert a datetime from the universal time scale to a <code>int64_t</code> in the given time scale.
467 * @param universalTime The datetime in the universal time scale
471 * @return The datetime converted to the given time scale