Implementing an equivalent of C# TimeSpan in Microsoft Bond [closed]

橙三吉。 提交于 2019-12-10 19:19:39

问题


Is there an equivalent of C#'s TimeSpan in Microsoft Bond?


回答1:


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.



来源:https://stackoverflow.com/questions/39492730/implementing-an-equivalent-of-c-sharp-timespan-in-microsoft-bond

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!