Daytime.Parse Method
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9083)
Parse(String)
Parses the specified DAYTIME result.
Declaration
public static DateTime Parse(string daytime)
Parameters
Type | Name | Description |
---|---|---|
String | daytime | DAYTIME result. |
Returns
Type | Description |
---|---|
DateTime | Timestamp corresponding to the specified daytime value. |