public class BDTScale extends Object implements TimeScale
按照惯例,BDT = 2006年1月1日的UTC时间。
这是通过TimeScales
访问的,因此没有公共构造函数。
AbsoluteDate
, Serialized Form
Modifier and Type | Method and Description |
---|---|
String |
getName()
获取时间标度的名称。
|
double |
offsetFromTAI(AbsoluteDate date)
获取从 TAIScale 到实例的转换偏移量。
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
offsetFromTAI(FieldAbsoluteDate<T> date)
获取从 TAIScale 到实例的转换偏移量。
|
double |
offsetToTAI(DateComponents date, TimeComponents time)
获取从实例到 TAIScale 的转换偏移量。
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLeap, getLeap, insideLeap, insideLeap, minuteDuration, minuteDuration
public double offsetFromTAI(AbsoluteDate date)
TAIScale
到实例的转换偏移量。
offsetFromTAI
在接口 TimeScale
中
date
- 转换日期
TAIScale
时间标度的位置以获取实例时间标度的秒偏移量
TimeScale.offsetToTAI(DateComponents, TimeComponents)
public <T extends org.hipparchus.CalculusFieldElement<T>> T offsetFromTAI(FieldAbsoluteDate<T> date)
TAIScale
到实例的转换偏移量。
offsetFromTAI
在接口 TimeScale
中
T
- 字段元素的类型
date
- 转换日期
TAIScale
时间标度的位置以获取实例时间标度的秒偏移量
TimeScale.offsetToTAI(DateComponents, TimeComponents)
public double offsetToTAI(DateComponents date, TimeComponents time)
TAIScale
的转换偏移量。
offsetToTAI
在接口 TimeScale
中
date
- 时间标度中的日期位置
time
- 时间标度中的时间位置
TAIScale
时间标度的秒偏移量
TimeScale.offsetFromTAI(AbsoluteDate)
Copyright © 2002-2023 CS GROUP. All rights reserved.