TransferEventArgsStartTime Property  | 
 
            Gets transfer start time.
            
 
    Namespace: 
   Microsoft.Azure.Storage.DataMovement
    Assembly:
   Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntaxpublic DateTime StartTime { get; }Public ReadOnly Property StartTime As DateTime
	Get
public:
property DateTime StartTime {
	DateTime get ();
}member StartTime : DateTime with get
Property Value
Type: 
DateTime
See Also