DateTimeHelpers

DateTimeHelpers

Overview

DateTimeHelpers is a class in Aspose.Slides FOSS for .NET.

Helpers for converting between OOXML datetime strings and .

This class provides 2 methods for working with DateTimeHelpers objects in .NET programs. Available methods include: DtToStr, StrToDt. All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.

Description

DateTimeHelpers is a class in the Aspose.Slides FOSS library for .NET that exposes 2 methods and 0 properties for programmatic use.

Methods

SignatureDescription
DtToStr(dt: DateTime)Converts a to an OOXML datetime string.
StrToDt(s: string)Parses an OOXML datetime string to a , or returns null if the string is empty or unparseable.

See Also