Method | Description | |
---|---|---|
FormatDate ( System.DateTime dt ) : string | ||
GetTimestamp ( bool forFilename ) : string | ||
GetTimestamp ( this value, bool forFilename ) : string | ||
GetWeekOfYear ( ) : int | ||
GetYear ( ) : int | ||
ToDateTime ( long timestamp ) : System.DateTime |
public static FormatDate ( System.DateTime dt ) : string | ||
dt | System.DateTime | |
return | string |
public static GetTimestamp ( bool forFilename ) : string | ||
forFilename | bool | |
return | string |
public static GetTimestamp ( this value, bool forFilename ) : string | ||
value | this | |
forFilename | bool | |
return | string |
public static ToDateTime ( long timestamp ) : System.DateTime | ||
timestamp | long | |
return | System.DateTime |