Click or drag to resize
NanoXLSX

UtilsGetOATimeString Method

Method to convert a time into the internal Excel time format (OAdate without days)

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public static string GetOATimeString(
	TimeSpan time
)

Parameters

time  TimeSpan
Time to process. The date component of the timespan is converted to the total numbers of days

Return Value

String
Time as number string
Remarks
The time is represented by a OAdate without the date component but a possible number of total days
See Also