Skip to content

CosmosTime.UtcTime.ParseCosmosDb(string)

osexpert edited this page Jul 22, 2023 · 3 revisions

UtcTime.ParseCosmosDb(string) Method

Parse Utc fixed length format with 28 chars and ending with Z.
Example: 2020-01-20T12:13:14.0000000Z

public static CosmosTime.UtcTime ParseCosmosDb(string utc);

Parameters

utc System.String

Returns

UtcTime

Clone this wiki locally