本文介绍了在Microsoft Bond中实现等效的C#TimeSpan的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否存在等效于C#的 TimeSpan
是Microsoft Bond吗?
Is there an equivalent of C#'s TimeSpan
in Microsoft Bond?
推荐答案
C#的TimeSpan
没有内置类型,但是您可以使用自定义类型映射即可达到相同的结果.请参阅此官方 DateTime示例.
There is no builtin type for C#'s TimeSpan
, but you can use custom type mapping to achieve the same result. See this official example for DateTime.
这篇关于在Microsoft Bond中实现等效的C#TimeSpan的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!