Méthode | Description | |
---|---|---|
ToUtcDateTime ( string wireFormattedString ) : System.DateTime |
Converts a wire formatted string from ToWireFormattedString to a UTC DateTime.
|
|
ToWireFormattedString ( System.DateTime dateTime ) : string |
Converts the DateTime to a string suitable for transport over the wire.
|
Méthode | Description | |
---|---|---|
AddMicroseconds ( this self, int microseconds ) : System.DateTime | ||
Microseconds ( this self ) : int |
public static ToUtcDateTime ( string wireFormattedString ) : System.DateTime | ||
wireFormattedString | string | |
Résultat | System.DateTime |
public static ToWireFormattedString ( System.DateTime dateTime ) : string | ||
dateTime | System.DateTime | |
Résultat | string |