Click or drag to resize
NbDateUtilsParseDateTime Method
日時文字列をパースする。
日時は "yyyy/MM/ddTHH:mm:ss.fffZ" (UTC)であること。

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public static DateTime ParseDateTime(
	string dateString
)

Parameters

dateString
Type: SystemString
日時文字列

Return Value

Type: DateTime
変換後の日時情報
Exceptions
ExceptionCondition
ArgumentNullException日時情報がnull
FormatException日時情報のフォーマット不正
Version Information

Core

Supported in: 1.0
See Also