NbDateUtilsToString Method (DateTime) |
日時情報を文字列に変換する
フォーマットは yyyy/MM/ddTHH:mm:ss.fffZ (UTC)である。
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public static string ToString(
DateTime dt
)
Public Shared Function ToString (
dt As DateTime
) As String
public:
static String^ ToString(
DateTime dt
)
static member ToString :
dt : DateTime -> string
Parameters
- dt
- Type: SystemDateTime
日時情報
Return Value
Type:
String日時文字列
Version Information Core
Supported in: 1.0
See Also