StiFunctionsDateDateSerial Method (Int64) | 
 
            Returns the DateTime value for the specified number of ticks.
            
 
    Namespace: 
   Stimulsoft.Report.Dictionary
    Assembly:
   Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntaxpublic static DateTime DateSerial(
	long ticks
)
Public Shared Function DateSerial ( 
	ticks As Long
) As DateTime
Parameters
- ticks
 - Type: SystemInt64
A number of ticks that have elapsed since January 1, 0001. 
Return Value
Type: 
DateTimeDateTime value.
See Also