DateTimeHelpers
Overview
DateTimeHelpers is a class in Aspose.Slides FOSS for .NET.
Helpers for converting between OOXML datetime strings and .
Methods
| Signature | Description |
|---|---|
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. |